kernel: Use new symbol to deactivate MIPS FPU support
[openwrt/staging/blogic.git] / target / linux / ath79 / patches-5.4 / 420-net-ar71xx_mac_driver.patch
1 --- a/drivers/net/ethernet/atheros/Kconfig
2 +++ b/drivers/net/ethernet/atheros/Kconfig
3 @@ -17,14 +17,6 @@ config NET_VENDOR_ATHEROS
4
5 if NET_VENDOR_ATHEROS
6
7 -config AG71XX
8 - tristate "Atheros AR7XXX/AR9XXX built-in ethernet mac support"
9 - depends on ATH79
10 - select PHYLIB
11 - help
12 - If you wish to compile a kernel for AR7XXX/91XXX and enable
13 - ethernet support, then you should always answer Y to this.
14 -
15 config ATL2
16 tristate "Atheros L2 Fast Ethernet support"
17 depends on PCI
18 @@ -87,4 +79,6 @@ config ALX
19 To compile this driver as a module, choose M here. The module
20 will be called alx.
21
22 +source "drivers/net/ethernet/atheros/ag71xx/Kconfig"
23 +
24 endif # NET_VENDOR_ATHEROS