From: David S. Miller Date: Thu, 9 Oct 2008 00:33:01 +0000 (-0700) Subject: dsa: Need to select PHYLIB. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=45cec1bac0719c904bb5f4405c2937f7e715888c;p=linux-beck.git dsa: Need to select PHYLIB. Signed-off-by: David S. Miller --- diff --git a/net/dsa/Kconfig b/net/dsa/Kconfig index 3f2fd3979260..cdce4c6c672a 100644 --- a/net/dsa/Kconfig +++ b/net/dsa/Kconfig @@ -2,6 +2,7 @@ menuconfig NET_DSA bool "Distributed Switch Architecture support" default n depends on EXPERIMENTAL + select PHYLIB ---help--- This allows you to use hardware switch chips that use the Distributed Switch Architecture.