From: David S. Miller Date: Thu, 9 Oct 2008 00:33:01 +0000 (-0700) Subject: dsa: Need to select PHYLIB. X-Git-Tag: v3.12-rc1~18223^2~48 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=45cec1bac0719c904bb5f4405c2937f7e715888c;p=kernel%2Fkernel-generic.git dsa: Need to select PHYLIB. Signed-off-by: David S. Miller --- diff --git a/net/dsa/Kconfig b/net/dsa/Kconfig index 3f2fd39..cdce4c6 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.