diff options
author | Tristram Ha <Tristram.Ha@microchip.com> | 2018-12-15 03:58:04 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-12-17 01:23:33 +0300 |
commit | 39d6b96f9fc2d99c4619954f462ba32e5d48502e (patch) | |
tree | 124968c3318bbbc13e1218817a18fd37990bfb7f /net/dsa/Kconfig | |
parent | 036b9e7caeb09598afb297a6d4fb36b477a4f6b2 (diff) | |
download | linux-39d6b96f9fc2d99c4619954f462ba32e5d48502e.tar.xz |
net: dsa: ksz: Rename NET_DSA_TAG_KSZ to _KSZ9477
Rename the tag Kconfig option and related macros in preparation for
addition of new KSZ family switches with different tag formats.
Signed-off-by: Tristram Ha <Tristram.Ha@microchip.com>
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Cc: Woojung Huh <woojung.huh@microchip.com>
Cc: David S. Miller <davem@davemloft.net>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dsa/Kconfig')
-rw-r--r-- | net/dsa/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/dsa/Kconfig b/net/dsa/Kconfig index 48c41918fb35..91e52973ee13 100644 --- a/net/dsa/Kconfig +++ b/net/dsa/Kconfig @@ -44,6 +44,10 @@ config NET_DSA_TAG_GSWIP config NET_DSA_TAG_KSZ bool +config NET_DSA_TAG_KSZ9477 + bool + select NET_DSA_TAG_KSZ + config NET_DSA_TAG_LAN9303 bool |