Kconfig (c25141062a82ae8bddced1b3ce2b57a1c0efabe0) Kconfig (ee0ab7a2b00fdb65e50ed9e252900b29c8fd802f)
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
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
10 depends on BRIDGE || BRIDGE=n
10 select NET_SWITCHDEV
11 select PHYLIB
12 ---help---
13 Say Y if you want to enable support for the hardware switches supported
14 by the Distributed Switch Architecture.
15
16if NET_DSA
17
18# tagging formats
19config NET_DSA_TAG_BRCM
20 bool
21
11 select NET_SWITCHDEV
12 select PHYLIB
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
18
19# tagging formats
20config NET_DSA_TAG_BRCM
21 bool
22
23config NET_DSA_TAG_BRCM_PREPEND
24 bool
25
22config NET_DSA_TAG_DSA
23 bool
24
25config NET_DSA_TAG_EDSA
26 bool
27
28config NET_DSA_TAG_KSZ
29 bool

--- 14 unchanged lines hidden ---
26config NET_DSA_TAG_DSA
27 bool
28
29config NET_DSA_TAG_EDSA
30 bool
31
32config NET_DSA_TAG_KSZ
33 bool

--- 14 unchanged lines hidden ---