2
0

710-net-use-downstream-ag71xx.patch 1.3 KB

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