diff options
author | Andrew Lunn <andrew@lunn.ch> | 2016-08-22 17:01:02 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-08-23 07:08:08 +0300 |
commit | 2bbb33be037361882527c9c762cb9fc928ab0ff7 (patch) | |
tree | 4b4a2c5d931a61ad69b0be9102672f89fea2c720 /drivers/net/dsa/mv88e6xxx/Kconfig | |
parent | 7b314362a2344feaafbdf6aa8f3d57077728e37a (diff) | |
download | linux-2bbb33be037361882527c9c762cb9fc928ab0ff7.tar.xz |
net: dsa: mv88e6xxx: Fix support for DSA tagging for older switches.
Older chips only support DSA tagging on the CPU port. New devices
support both DSA and EDSA. The driver needs to tell the core the tag
protocol to use, and configure the switch for what is available.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dsa/mv88e6xxx/Kconfig')
-rw-r--r-- | drivers/net/dsa/mv88e6xxx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/dsa/mv88e6xxx/Kconfig b/drivers/net/dsa/mv88e6xxx/Kconfig index 490bc06f993e..ac77737bbd87 100644 --- a/drivers/net/dsa/mv88e6xxx/Kconfig +++ b/drivers/net/dsa/mv88e6xxx/Kconfig @@ -2,6 +2,7 @@ config NET_DSA_MV88E6XXX tristate "Marvell 88E6xxx Ethernet switch fabric support" depends on NET_DSA select NET_DSA_TAG_EDSA + select NET_DSA_TAG_DSA help This driver adds support for most of the Marvell 88E6xxx models of Ethernet switch chips, except 88E6060. |