Jeff Kirsher | 2b133ad | 2011-05-20 06:55:16 -0700 | [diff] [blame] | 1 | # |
| 2 | # Atheros device configuration |
| 3 | # |
| 4 | |
| 5 | config NET_VENDOR_ATHEROS |
| 6 | bool "Atheros devices" |
Jeff Kirsher | 88f0748 | 2011-08-23 01:29:52 -0700 | [diff] [blame] | 7 | default y |
Jeff Kirsher | 2b133ad | 2011-05-20 06:55:16 -0700 | [diff] [blame] | 8 | depends on PCI |
| 9 | ---help--- |
| 10 | If you have a network (Ethernet) card belonging to this class, say Y |
| 11 | and read the Ethernet-HOWTO, available from |
| 12 | <http://www.tldp.org/docs.html#howto>. |
| 13 | |
| 14 | Note that the answer to this question doesn't directly affect the |
| 15 | kernel: saying N will just cause the configurator to skip all |
| 16 | the questions about Atheros devices. If you say Y, you will be asked |
| 17 | for your specific card in the following questions. |
| 18 | |
| 19 | if NET_VENDOR_ATHEROS |
| 20 | |
| 21 | config ATL2 |
| 22 | tristate "Atheros L2 Fast Ethernet support" |
| 23 | depends on PCI |
| 24 | select CRC32 |
| 25 | select MII |
| 26 | ---help--- |
| 27 | This driver supports the Atheros L2 fast ethernet adapter. |
| 28 | |
| 29 | To compile this driver as a module, choose M here. The module |
| 30 | will be called atl2. |
| 31 | |
| 32 | config ATL1 |
| 33 | tristate "Atheros/Attansic L1 Gigabit Ethernet support" |
| 34 | depends on PCI |
| 35 | select CRC32 |
| 36 | select MII |
| 37 | ---help--- |
| 38 | This driver supports the Atheros/Attansic L1 gigabit ethernet |
| 39 | adapter. |
| 40 | |
| 41 | To compile this driver as a module, choose M here. The module |
| 42 | will be called atl1. |
| 43 | |
| 44 | config ATL1E |
Kees Cook | 5633a4e | 2012-10-02 11:17:58 -0700 | [diff] [blame] | 45 | tristate "Atheros L1E Gigabit Ethernet support" |
| 46 | depends on PCI |
Jeff Kirsher | 2b133ad | 2011-05-20 06:55:16 -0700 | [diff] [blame] | 47 | select CRC32 |
| 48 | select MII |
| 49 | ---help--- |
| 50 | This driver supports the Atheros L1E gigabit ethernet adapter. |
| 51 | |
| 52 | To compile this driver as a module, choose M here. The module |
| 53 | will be called atl1e. |
| 54 | |
| 55 | config ATL1C |
Kees Cook | 5633a4e | 2012-10-02 11:17:58 -0700 | [diff] [blame] | 56 | tristate "Atheros L1C Gigabit Ethernet support" |
| 57 | depends on PCI |
Jeff Kirsher | 2b133ad | 2011-05-20 06:55:16 -0700 | [diff] [blame] | 58 | select CRC32 |
Jeff Kirsher | 2b133ad | 2011-05-20 06:55:16 -0700 | [diff] [blame] | 59 | select MII |
| 60 | ---help--- |
| 61 | This driver supports the Atheros L1C gigabit ethernet adapter. |
| 62 | |
| 63 | To compile this driver as a module, choose M here. The module |
| 64 | will be called atl1c. |
| 65 | |
Johannes Berg | ab69bde | 2013-06-17 22:44:02 +0200 | [diff] [blame] | 66 | config ALX |
| 67 | tristate "Qualcomm Atheros AR816x/AR817x support" |
| 68 | depends on PCI |
| 69 | select CRC32 |
Johannes Berg | ab69bde | 2013-06-17 22:44:02 +0200 | [diff] [blame] | 70 | select MDIO |
| 71 | help |
| 72 | This driver supports the Qualcomm Atheros L1F ethernet adapter, |
| 73 | i.e. the following chipsets: |
| 74 | |
| 75 | 1969:1091 - AR8161 Gigabit Ethernet |
| 76 | 1969:1090 - AR8162 Fast Ethernet |
| 77 | 1969:10A1 - AR8171 Gigabit Ethernet |
| 78 | 1969:10A0 - AR8172 Fast Ethernet |
| 79 | |
| 80 | To compile this driver as a module, choose M here. The module |
| 81 | will be called alx. |
| 82 | |
Jeff Kirsher | 2b133ad | 2011-05-20 06:55:16 -0700 | [diff] [blame] | 83 | endif # NET_VENDOR_ATHEROS |