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