ath25: switch default kernel to 5.15
[openwrt/staging/ldir.git] / target / linux / ath79 / patches-5.10 / 420-net-use-downstream-ag71xx.patch
1 From: John Crispin <john@phrozen.org>
2 Subject: [PATCH] ath79: add new OF only target for QCA MIPS silicon
3
4 This target aims to replace ar71xx mid-term. The big part that is still
5 missing is making the MMIO/AHB wifi work using OF. NAND and mikrotik
6 subtargets will follow.
7
8 Submitted-by: John Crispin <john@phrozen.org>
9 ---
10 drivers/net/ethernet/atheros/Kconfig | 8 +-------
11 drivers/net/ethernet/atheros/Makefile | 2 +-
12 2 files changed, 2 insertions(+), 8 deletions(-)
13
14 --- a/drivers/net/ethernet/atheros/Kconfig
15 +++ b/drivers/net/ethernet/atheros/Kconfig
16 @@ -17,13 +17,7 @@ config NET_VENDOR_ATHEROS
17
18 if NET_VENDOR_ATHEROS
19
20 -config AG71XX
21 - tristate "Atheros AR7XXX/AR9XXX built-in ethernet mac support"
22 - depends on ATH79
23 - select PHYLINK
24 - help
25 - If you wish to compile a kernel for AR7XXX/91XXX and enable
26 - ethernet support, then you should always answer Y to this.
27 +source "drivers/net/ethernet/atheros/ag71xx/Kconfig"
28
29 config ATL2
30 tristate "Atheros L2 Fast Ethernet support"
31 --- a/drivers/net/ethernet/atheros/Makefile
32 +++ b/drivers/net/ethernet/atheros/Makefile
33 @@ -3,7 +3,7 @@
34 # Makefile for the Atheros network device drivers.
35 #
36
37 -obj-$(CONFIG_AG71XX) += ag71xx.o
38 +obj-$(CONFIG_AG71XX) += ag71xx/
39 obj-$(CONFIG_ATL1) += atlx/
40 obj-$(CONFIG_ATL2) += atlx/
41 obj-$(CONFIG_ATL1E) += atl1e/