aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-10-08 20:33:01 -0400
committerDavid S. Miller <davem@davemloft.net>2008-10-08 20:33:01 -0400
commit45cec1bac0719c904bb5f4405c2937f7e715888c (patch)
tree4af80e04ccdd5e43ebe27c3b1bbbe0c76dd888ea /net
parent2e16a77e1e674644b4fe552daa1fb11e32398ae6 (diff)
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
2 bool "Distributed Switch Architecture support" 2 bool "Distributed Switch Architecture support"
3 default n 3 default n
4 depends on EXPERIMENTAL 4 depends on EXPERIMENTAL
5 select PHYLIB
5 ---help--- 6 ---help---
6 This allows you to use hardware switch chips that use 7 This allows you to use hardware switch chips that use
7 the Distributed Switch Architecture. 8 the Distributed Switch Architecture.