aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/dsa/Kconfig
diff options
context:
space:
mode:
authorGeorge McCollister <george.mccollister@gmail.com>2019-09-10 08:18:36 -0500
committerDavid S. Miller <davem@davemloft.net>2019-09-12 11:36:12 +0100
commitf4073e9164b5a9f5cc4f395a98caea89a5db35cd (patch)
tree7a1ef63915b91975149395202aac88cc70d9f15c /net/dsa/Kconfig
parentnet: dsa: microchip: add ksz9567 to ksz9477 driver (diff)
downloadwireguard-linux-f4073e9164b5a9f5cc4f395a98caea89a5db35cd.tar.xz
wireguard-linux-f4073e9164b5a9f5cc4f395a98caea89a5db35cd.zip
net: dsa: microchip: remove NET_DSA_TAG_KSZ_COMMON
Remove the superfluous NET_DSA_TAG_KSZ_COMMON and just use the existing NET_DSA_TAG_KSZ. Update the description to mention the three switch families it supports. No functional change. Signed-off-by: George McCollister <george.mccollister@gmail.com> Reviewed-by: Marek Vasut <marex@denx.de> Reviewed-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 'net/dsa/Kconfig')
-rw-r--r--net/dsa/Kconfig9
1 files changed, 2 insertions, 7 deletions
diff --git a/net/dsa/Kconfig b/net/dsa/Kconfig
index 2f69d4b53d46..29e2bd5cc5af 100644
--- a/net/dsa/Kconfig
+++ b/net/dsa/Kconfig
@@ -73,16 +73,11 @@ config NET_DSA_TAG_MTK
Say Y or M if you want to enable support for tagging frames for
Mediatek switches.
-config NET_DSA_TAG_KSZ_COMMON
- tristate
- default n
-
config NET_DSA_TAG_KSZ
- tristate "Tag driver for Microchip 9893 family of switches"
- select NET_DSA_TAG_KSZ_COMMON
+ tristate "Tag driver for Microchip 8795/9477/9893 families of switches"
help
Say Y if you want to enable support for tagging frames for the
- Microchip 9893 family of switches.
+ Microchip 8795/9477/9893 families of switches.
config NET_DSA_TAG_QCA
tristate "Tag driver for Qualcomm Atheros QCA8K switches"