Kconfig (0898782247ae533d1f4e47a06bc5d4870931b284) | Kconfig (892e09153fa3564fcbf9f422760b61eba48c123e) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Atheros device configuration 4# 5 6config NET_VENDOR_ATHEROS 7 bool "Atheros devices" 8 default y --- 6 unchanged lines hidden (view full) --- 15 the questions about Atheros devices. If you say Y, you will be asked 16 for your specific card in the following questions. 17 18if NET_VENDOR_ATHEROS 19 20config AG71XX 21 tristate "Atheros AR7XXX/AR9XXX built-in ethernet mac support" 22 depends on ATH79 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Atheros device configuration 4# 5 6config NET_VENDOR_ATHEROS 7 bool "Atheros devices" 8 default y --- 6 unchanged lines hidden (view full) --- 15 the questions about Atheros devices. If you say Y, you will be asked 16 for your specific card in the following questions. 17 18if NET_VENDOR_ATHEROS 19 20config AG71XX 21 tristate "Atheros AR7XXX/AR9XXX built-in ethernet mac support" 22 depends on ATH79 |
23 select PHYLIB | 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 28config ATL2 29 tristate "Atheros L2 Fast Ethernet support" 30 depends on PCI 31 select CRC32 --- 59 unchanged lines hidden --- | 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 28config ATL2 29 tristate "Atheros L2 Fast Ethernet support" 30 depends on PCI 31 select CRC32 --- 59 unchanged lines hidden --- |