forked from Minki/linux
net: dsa: qca8k: move driver to qca dir
Move qca8k driver to qca dir in preparation for code split and introduction of ipq4019 switch based on qca8k. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
88b3822cdf
commit
4bbaf764e1
@ -60,14 +60,6 @@ source "drivers/net/dsa/sja1105/Kconfig"
|
||||
|
||||
source "drivers/net/dsa/xrs700x/Kconfig"
|
||||
|
||||
config NET_DSA_QCA8K
|
||||
tristate "Qualcomm Atheros QCA8K Ethernet switch family support"
|
||||
select NET_DSA_TAG_QCA
|
||||
select REGMAP
|
||||
help
|
||||
This enables support for the Qualcomm Atheros QCA8K Ethernet
|
||||
switch chips.
|
||||
|
||||
source "drivers/net/dsa/realtek/Kconfig"
|
||||
|
||||
config NET_DSA_RZN1_A5PSW
|
||||
|
@ -8,7 +8,6 @@ endif
|
||||
obj-$(CONFIG_NET_DSA_LANTIQ_GSWIP) += lantiq_gswip.o
|
||||
obj-$(CONFIG_NET_DSA_MT7530) += mt7530.o
|
||||
obj-$(CONFIG_NET_DSA_MV88E6060) += mv88e6060.o
|
||||
obj-$(CONFIG_NET_DSA_QCA8K) += qca8k.o
|
||||
obj-$(CONFIG_NET_DSA_RZN1_A5PSW) += rzn1_a5psw.o
|
||||
obj-$(CONFIG_NET_DSA_SMSC_LAN9303) += lan9303-core.o
|
||||
obj-$(CONFIG_NET_DSA_SMSC_LAN9303_I2C) += lan9303_i2c.o
|
||||
|
@ -7,3 +7,11 @@ config NET_DSA_AR9331
|
||||
help
|
||||
This enables support for the Qualcomm Atheros AR9331 built-in Ethernet
|
||||
switch.
|
||||
|
||||
config NET_DSA_QCA8K
|
||||
tristate "Qualcomm Atheros QCA8K Ethernet switch family support"
|
||||
select NET_DSA_TAG_QCA
|
||||
select REGMAP
|
||||
help
|
||||
This enables support for the Qualcomm Atheros QCA8K Ethernet
|
||||
switch chips.
|
||||
|
@ -1,2 +1,3 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
obj-$(CONFIG_NET_DSA_AR9331) += ar9331.o
|
||||
obj-$(CONFIG_NET_DSA_QCA8K) += qca8k.o
|
||||
|
Loading…
Reference in New Issue
Block a user