diff options
author | Woojung Huh <Woojung.Huh@microchip.com> | 2017-05-31 20:19:06 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-05-31 20:56:31 -0400 |
commit | 8b8010fb7876e816300ddd60fa089e9ceb209f3e (patch) | |
tree | d872f6691574c44a152aa4a01a382091b7451db1 /net/dsa/Kconfig | |
parent | 6c21a2a65ded27ce49847339efe4e1373a2319e5 (diff) |
dsa: add support for Microchip KSZ tail tagging
Adding support for the Microchip KSZ switch family tail tagging.
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Woojung Huh <Woojung.Huh@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dsa/Kconfig')
-rw-r--r-- | net/dsa/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/dsa/Kconfig b/net/dsa/Kconfig index 297389b2ab35..cc5f8f971689 100644 --- a/net/dsa/Kconfig +++ b/net/dsa/Kconfig @@ -25,6 +25,9 @@ config NET_DSA_TAG_DSA config NET_DSA_TAG_EDSA bool +config NET_DSA_TAG_KSZ + bool + config NET_DSA_TAG_LAN9303 bool |