aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-10-08 17:33:01 -0700
committerDavid S. Miller <davem@davemloft.net>2008-10-08 17:33:01 -0700
commit45cec1bac0719c904bb5f4405c2937f7e715888c (patch)
tree4af80e04ccdd5e43ebe27c3b1bbbe0c76dd888ea /net
parentdsa: add support for the Marvell 88E6060 switch chip (diff)
downloadlinux-dev-45cec1bac0719c904bb5f4405c2937f7e715888c.tar.xz
linux-dev-45cec1bac0719c904bb5f4405c2937f7e715888c.zip
dsa: Need to select PHYLIB.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/dsa/Kconfig1
1 files changed, 1 insertions, 0 deletions
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.