aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCodrin Ciubotariu <[email protected]>2020-03-31 12:36:51 +0300
committerDavid S. Miller <[email protected]>2020-03-31 10:04:40 -0700
commitf772148eb757b0823fbfdc2fe592d5e06c7f19b0 (patch)
treea94c8099de5b1edf6ffdac1ee9abd4151efbb07c
parent5a470b1a63ac211e01a93de9d913753d64a21d9a (diff)
net: dsa: ksz: Select KSZ protocol tag
KSZ protocol tag is needed by the KSZ DSA drivers. Fixes: 0b9f9dfbfab4 ("dsa: Allow tag drivers to be built as modules") Tested-by: Cristian Birsan <[email protected]> Signed-off-by: Codrin Ciubotariu <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Reviewed-by: Florian Fainelli <[email protected]> Signed-off-by: David S. Miller <[email protected]>
-rw-r--r--drivers/net/dsa/microchip/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/dsa/microchip/Kconfig b/drivers/net/dsa/microchip/Kconfig
index 1d7870c6df3c..4ec6a47b7f72 100644
--- a/drivers/net/dsa/microchip/Kconfig
+++ b/drivers/net/dsa/microchip/Kconfig
@@ -1,5 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-only
config NET_DSA_MICROCHIP_KSZ_COMMON
+ select NET_DSA_TAG_KSZ
tristate
menuconfig NET_DSA_MICROCHIP_KSZ9477