Kconfig (98817a84ff1c755c347ac633ff017a623a631fad) | Kconfig (efd7fe68f0c6c9649757bf80cbc382fd21e764c9) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config HAVE_NET_DSA 3 def_bool y 4 depends on INET && NETDEVICES && !S390 5 6# Drivers must select NET_DSA and the appropriate tagging format 7 8menuconfig NET_DSA --- 72 unchanged lines hidden (view full) --- 81 Mediatek switches. 82 83config NET_DSA_TAG_KSZ 84 tristate "Tag driver for Microchip 8795/9477/9893 families of switches" 85 help 86 Say Y if you want to enable support for tagging frames for the 87 Microchip 8795/9477/9893 families of switches. 88 | 1# SPDX-License-Identifier: GPL-2.0-only 2config HAVE_NET_DSA 3 def_bool y 4 depends on INET && NETDEVICES && !S390 5 6# Drivers must select NET_DSA and the appropriate tagging format 7 8menuconfig NET_DSA --- 72 unchanged lines hidden (view full) --- 81 Mediatek switches. 82 83config NET_DSA_TAG_KSZ 84 tristate "Tag driver for Microchip 8795/9477/9893 families of switches" 85 help 86 Say Y if you want to enable support for tagging frames for the 87 Microchip 8795/9477/9893 families of switches. 88 |
89config NET_DSA_TAG_RTL4_A 90 tristate "Tag driver for Realtek 4 byte protocol A tags" 91 help 92 Say Y or M if you want to enable support for tagging frames for the 93 Realtek switches with 4 byte protocol A tags, sich as found in 94 the Realtek RTL8366RB. 95 |
|
89config NET_DSA_TAG_OCELOT 90 tristate "Tag driver for Ocelot family of switches" 91 select PACKING 92 help 93 Say Y or M if you want to enable support for tagging frames for the 94 Ocelot switches (VSC7511, VSC7512, VSC7513, VSC7514, VSC9959). 95 96config NET_DSA_TAG_QCA --- 28 unchanged lines hidden --- | 96config NET_DSA_TAG_OCELOT 97 tristate "Tag driver for Ocelot family of switches" 98 select PACKING 99 help 100 Say Y or M if you want to enable support for tagging frames for the 101 Ocelot switches (VSC7511, VSC7512, VSC7513, VSC7514, VSC9959). 102 103config NET_DSA_TAG_QCA --- 28 unchanged lines hidden --- |