diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2017-11-10 20:33:27 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-11-11 13:55:15 +0100 |
commit | 7edc58d614d49c3b47ec4b9441d5e95758d0f711 (patch) | |
tree | bf15a534c047a6e84ac335399f45f33e6d5e011b /drivers/net/dsa/b53/Kconfig | |
parent | net: dsa: b53: Stop using dev->cpu_port incorrectly (diff) | |
download | linux-7edc58d614d49c3b47ec4b9441d5e95758d0f711.tar.xz linux-7edc58d614d49c3b47ec4b9441d5e95758d0f711.zip |
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 |