commit | 45cec1bac0719c904bb5f4405c2937f7e715888c | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Wed Oct 08 17:33:01 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 08 17:33:01 2008 -0700 |
tree | 4af80e04ccdd5e43ebe27c3b1bbbe0c76dd888ea | |
parent | 2e16a77e1e674644b4fe552daa1fb11e32398ae6 [diff] [blame] |
dsa: Need to select PHYLIB. Signed-off-by: David S. Miller <davem@davemloft.net>
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 @@ 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.