Kconfig (82ffd0454bd9bd57780966d47bfd56d579dd4fb3) | Kconfig (f4b6bcc7002f0e3a3428bac33cf1945abff95450) |
---|---|
1config HAVE_NET_DSA 2 def_bool y 3 depends on INET && NETDEVICES && !S390 4 5# Drivers must select NET_DSA and the appropriate tagging format 6 7config NET_DSA 8 tristate "Distributed Switch Architecture" | 1config HAVE_NET_DSA 2 def_bool y 3 depends on INET && NETDEVICES && !S390 4 5# Drivers must select NET_DSA and the appropriate tagging format 6 7config NET_DSA 8 tristate "Distributed Switch Architecture" |
9 depends on HAVE_NET_DSA && MAY_USE_DEVLINK | 9 depends on HAVE_NET_DSA |
10 depends on BRIDGE || BRIDGE=n 11 select NET_SWITCHDEV 12 select PHYLINK 13 ---help--- 14 Say Y if you want to enable support for the hardware switches supported 15 by the Distributed Switch Architecture. 16 17if NET_DSA --- 46 unchanged lines hidden --- | 10 depends on BRIDGE || BRIDGE=n 11 select NET_SWITCHDEV 12 select PHYLINK 13 ---help--- 14 Say Y if you want to enable support for the hardware switches supported 15 by the Distributed Switch Architecture. 16 17if NET_DSA --- 46 unchanged lines hidden --- |