Kconfig (8be98d2f2a0a262f8bf8a0bc1fdf522b3c7aab17) Kconfig (969431d2b0df7e926169b211164f534be5098f8e)
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
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
9 depends on (PCI || ATH79)
9 depends on PCI || ATH79 || COMPILE_TEST
10 help
11 If you have a network (Ethernet) card belonging to this class, say Y.
12
13 Note that the answer to this question doesn't directly affect the
14 kernel: saying N will just cause the configurator to skip all
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"
10 help
11 If you have a network (Ethernet) card belonging to this class, say Y.
12
13 Note that the answer to this question doesn't directly affect the
14 kernel: saying N will just cause the configurator to skip all
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
22 depends on ATH79 || COMPILE_TEST
23 select PHYLINK
24 imply NET_SELFTESTS
25 help
26 If you wish to compile a kernel for AR7XXX/91XXX and enable
27 ethernet support, then you should always answer Y to this.
28
29config ATL2
30 tristate "Atheros L2 Fast Ethernet support"

--- 61 unchanged lines hidden ---
23 select PHYLINK
24 imply NET_SELFTESTS
25 help
26 If you wish to compile a kernel for AR7XXX/91XXX and enable
27 ethernet support, then you should always answer Y to this.
28
29config ATL2
30 tristate "Atheros L2 Fast Ethernet support"

--- 61 unchanged lines hidden ---