mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-08 07:38:10 +00:00
net: dsa: select NET_SWITCHDEV
The support for DSA Ethernet switch chips depends on TCP/IP networking, thus explicit that HAVE_NET_DSA depends on INET. DSA uses SWITCHDEV, thus select it instead of depending on it. Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Tested-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
bda65b4255
commit
3a89eaa65d
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue