Kconfig (14e77332e74603efab8347c89d3cda447c3b97c9) | Kconfig (d2be320495b93ffb469e53100ba1668d0cd7eedc) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2 3menuconfig NET_DSA 4 tristate "Distributed Switch Architecture" 5 depends on BRIDGE || BRIDGE=n 6 depends on HSR || HSR=n 7 depends on INET && NETDEVICES 8 select GRO_CELLS --- 4 unchanged lines hidden (view full) --- 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# Drivers must select the appropriate tagging format(s) 20 | 1# SPDX-License-Identifier: GPL-2.0-only 2 3menuconfig NET_DSA 4 tristate "Distributed Switch Architecture" 5 depends on BRIDGE || BRIDGE=n 6 depends on HSR || HSR=n 7 depends on INET && NETDEVICES 8 select GRO_CELLS --- 4 unchanged lines hidden (view full) --- 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# Drivers must select the appropriate tagging format(s) 20 |
21config NET_DSA_TAG_NONE 22 tristate "No-op tag driver" 23 help 24 Say Y or M if you want to enable support for switches which don't tag 25 frames over the CPU port. 26 |
|
21config NET_DSA_TAG_AR9331 22 tristate "Tag driver for Atheros AR9331 SoC with built-in switch" 23 help 24 Say Y or M if you want to enable support for tagging frames for 25 the Atheros AR9331 SoC with built-in switch. 26 27config NET_DSA_TAG_BRCM_COMMON 28 tristate --- 141 unchanged lines hidden --- | 27config NET_DSA_TAG_AR9331 28 tristate "Tag driver for Atheros AR9331 SoC with built-in switch" 29 help 30 Say Y or M if you want to enable support for tagging frames for 31 the Atheros AR9331 SoC with built-in switch. 32 33config NET_DSA_TAG_BRCM_COMMON 34 tristate --- 141 unchanged lines hidden --- |