x86/speculation/mds: Fix documentation typo
[linux/fpc-iii.git] / net / dsa / Kconfig
blobcc5f8f971689b9fd9947adbdaaf9a92b7b3f3944
1 config HAVE_NET_DSA
2         def_bool y
3         depends on INET && NETDEVICES && !S390
5 # Drivers must select NET_DSA and the appropriate tagging format
7 config NET_DSA
8         tristate "Distributed Switch Architecture"
9         depends on HAVE_NET_DSA && MAY_USE_DEVLINK
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.
16 if NET_DSA
18 # tagging formats
19 config NET_DSA_TAG_BRCM
20         bool
22 config NET_DSA_TAG_DSA
23         bool
25 config NET_DSA_TAG_EDSA
26         bool
28 config NET_DSA_TAG_KSZ
29         bool
31 config NET_DSA_TAG_LAN9303
32         bool
34 config NET_DSA_TAG_MTK
35         bool
37 config NET_DSA_TAG_TRAILER
38         bool
40 config NET_DSA_TAG_QCA
41         bool
43 endif