diff options
author | Oleksij Rempel <o.rempel@pengutronix.de> | 2019-12-18 09:02:14 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-12-20 17:05:47 -0800 |
commit | 48fda74f0a9377ce2145ac5f06b6db0274880826 (patch) | |
tree | 3ed74130c627e40c9fb7b6b74868d22d320b5e34 /net/dsa/Kconfig | |
parent | 4eb7ae7a301d3586c3351e81d5c3cfe2304a1a6a (diff) |
net: dsa: add support for Atheros AR9331 TAG format
Add support for tag format used in Atheros AR9331 built-in switch.
Reviewed-by: Vivien Didelot <vivien.didelot@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dsa/Kconfig')
-rw-r--r-- | net/dsa/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net/dsa/Kconfig b/net/dsa/Kconfig index 1e6c3cac11e6..92663dcb3aa2 100644 --- a/net/dsa/Kconfig +++ b/net/dsa/Kconfig @@ -29,6 +29,12 @@ config NET_DSA_TAG_8021Q Drivers which use these helpers should select this as dependency. +config NET_DSA_TAG_AR9331 + tristate "Tag driver for Atheros AR9331 SoC with built-in switch" + help + Say Y or M if you want to enable support for tagging frames for + the Atheros AR9331 SoC with built-in switch. + config NET_DSA_TAG_BRCM_COMMON tristate default n |