Kconfig (2c1212de6f9794a7becba5f219fa6ce8a8222c90) Kconfig (d51b6ce441d356369387d20bc1de5f2edb0ab71e)
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
9 depends on (PCI || ATH79)
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
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
23 select PHYLIB
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
20config ATL2
21 tristate "Atheros L2 Fast Ethernet support"
22 depends on PCI
23 select CRC32
24 select MII
25 ---help---
26 This driver supports the Atheros L2 fast ethernet adapter.
27

--- 55 unchanged lines hidden ---
28config ATL2
29 tristate "Atheros L2 Fast Ethernet support"
30 depends on PCI
31 select CRC32
32 select MII
33 ---help---
34 This driver supports the Atheros L2 fast ethernet adapter.
35

--- 55 unchanged lines hidden ---