diff options
author | David S. Miller <davem@davemloft.net> | 2008-10-08 20:33:01 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-10-08 20:33:01 -0400 |
commit | 45cec1bac0719c904bb5f4405c2937f7e715888c (patch) | |
tree | 4af80e04ccdd5e43ebe27c3b1bbbe0c76dd888ea /net/dsa/Kconfig | |
parent | 2e16a77e1e674644b4fe552daa1fb11e32398ae6 (diff) |
dsa: Need to select PHYLIB.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dsa/Kconfig')
-rw-r--r-- | net/dsa/Kconfig | 1 |
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. |