diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2017-11-10 11:33:27 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-11-11 21:55:15 +0900 |
commit | 7edc58d614d49c3b47ec4b9441d5e95758d0f711 (patch) | |
tree | bf15a534c047a6e84ac335399f45f33e6d5e011b /drivers/net/dsa/b53/Kconfig | |
parent | c499696e7901bda18385ac723b7bd27c3a4af624 (diff) |
net: dsa: b53: Turn on Broadcom tags
Enable Broadcom tags for b53 devices, except 5325 and 5365 which use a
different Broadcom tag format not yet supported by net/dsa/tag_brcm.c.
We also make sure that we can turn on Broadcom tags on a CPU port number
that is capable of that: 5, 7 or 8.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dsa/b53/Kconfig')
-rw-r--r-- | drivers/net/dsa/b53/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/dsa/b53/Kconfig b/drivers/net/dsa/b53/Kconfig index 27f32a50df57..b413d100c6b3 100644 --- a/drivers/net/dsa/b53/Kconfig +++ b/drivers/net/dsa/b53/Kconfig @@ -1,6 +1,7 @@ menuconfig B53 tristate "Broadcom BCM53xx managed switch support" depends on NET_DSA + select NET_DSA_TAG_BRCM help This driver adds support for Broadcom managed switch chips. It supports BCM5325E, BCM5365, BCM539x, BCM53115 and BCM53125 as well as BCM63XX |