|
@@ -1,12 +1,13 @@
|
|
config HAVE_NET_DSA
|
|
config HAVE_NET_DSA
|
|
def_bool y
|
|
def_bool y
|
|
- depends on NETDEVICES && !S390
|
|
|
|
|
|
+ depends on INET && NETDEVICES && !S390
|
|
|
|
|
|
# Drivers must select NET_DSA and the appropriate tagging format
|
|
# Drivers must select NET_DSA and the appropriate tagging format
|
|
|
|
|
|
config NET_DSA
|
|
config NET_DSA
|
|
tristate "Distributed Switch Architecture"
|
|
tristate "Distributed Switch Architecture"
|
|
- depends on HAVE_NET_DSA && NET_SWITCHDEV
|
|
|
|
|
|
+ depends on HAVE_NET_DSA
|
|
|
|
+ select NET_SWITCHDEV
|
|
select PHYLIB
|
|
select PHYLIB
|
|
---help---
|
|
---help---
|
|
Say Y if you want to enable support for the hardware switches supported
|
|
Say Y if you want to enable support for the hardware switches supported
|