]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - net/dsa/Kconfig
tcp: fix tcp_mtu_probe() vs highest_sack
[mirror_ubuntu-bionic-kernel.git] / net / dsa / Kconfig
CommitLineData
b3422a31
BH
1config HAVE_NET_DSA
2 def_bool y
3a89eaa6 3 depends on INET && NETDEVICES && !S390
b3422a31
BH
4
5# Drivers must select NET_DSA and the appropriate tagging format
6
3b158859 7config NET_DSA
c6f15070 8 tristate "Distributed Switch Architecture"
768bfa2a 9 depends on HAVE_NET_DSA && MAY_USE_DEVLINK
3a89eaa6 10 select NET_SWITCHDEV
45cec1ba 11 select PHYLIB
c6f15070
MO
12 ---help---
13 Say Y if you want to enable support for the hardware switches supported
14 by the Distributed Switch Architecture.
91da11f8 15
b3422a31 16if NET_DSA
91da11f8
LB
17
18# tagging formats
5037d532
FF
19config NET_DSA_TAG_BRCM
20 bool
21
cf85d08f 22config NET_DSA_TAG_DSA
b3422a31 23 bool
cf85d08f 24
91da11f8 25config NET_DSA_TAG_EDSA
b3422a31 26 bool
91da11f8 27
8b8010fb
WH
28config NET_DSA_TAG_KSZ
29 bool
30
eb7b7211 31config NET_DSA_TAG_LAN9303
b3422a31
BH
32 bool
33
eb7b7211 34config NET_DSA_TAG_MTK
cafdc45c
JC
35 bool
36
eb7b7211 37config NET_DSA_TAG_TRAILER
5cd8985a 38 bool
e8fe177a 39
eb7b7211 40config NET_DSA_TAG_QCA
e8fe177a
JB
41 bool
42
b3422a31 43endif