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 |
Jeff Kirsher | aaba215 | 2011-09-14 21:23:14 +0000 | [diff] [blame] | 25 | select NET_CORE |
Jeff Kirsher | 2b133ad | 2011-05-20 06:55:16 -0700 | [diff] [blame] | 26 | select MII |
| 27 | ---help--- |
| 28 | This driver supports the Atheros L2 fast ethernet adapter. |
| 29 | |
| 30 | To compile this driver as a module, choose M here. The module |
| 31 | will be called atl2. |
| 32 | |
| 33 | config ATL1 |
| 34 | tristate "Atheros/Attansic L1 Gigabit Ethernet support" |
| 35 | depends on PCI |
| 36 | select CRC32 |
Jeff Kirsher | aaba215 | 2011-09-14 21:23:14 +0000 | [diff] [blame] | 37 | select NET_CORE |
Jeff Kirsher | 2b133ad | 2011-05-20 06:55:16 -0700 | [diff] [blame] | 38 | select MII |
| 39 | ---help--- |
| 40 | This driver supports the Atheros/Attansic L1 gigabit ethernet |
| 41 | adapter. |
| 42 | |
| 43 | To compile this driver as a module, choose M here. The module |
| 44 | will be called atl1. |
| 45 | |
| 46 | config ATL1E |
| 47 | tristate "Atheros L1E Gigabit Ethernet support (EXPERIMENTAL)" |
| 48 | depends on PCI && EXPERIMENTAL |
| 49 | select CRC32 |
Jeff Kirsher | aaba215 | 2011-09-14 21:23:14 +0000 | [diff] [blame] | 50 | select NET_CORE |
Jeff Kirsher | 2b133ad | 2011-05-20 06:55:16 -0700 | [diff] [blame] | 51 | select MII |
| 52 | ---help--- |
| 53 | This driver supports the Atheros L1E gigabit ethernet adapter. |
| 54 | |
| 55 | To compile this driver as a module, choose M here. The module |
| 56 | will be called atl1e. |
| 57 | |
| 58 | config ATL1C |
| 59 | tristate "Atheros L1C Gigabit Ethernet support (EXPERIMENTAL)" |
| 60 | depends on PCI && EXPERIMENTAL |
| 61 | select CRC32 |
Jeff Kirsher | aaba215 | 2011-09-14 21:23:14 +0000 | [diff] [blame] | 62 | select NET_CORE |
Jeff Kirsher | 2b133ad | 2011-05-20 06:55:16 -0700 | [diff] [blame] | 63 | select MII |
| 64 | ---help--- |
| 65 | This driver supports the Atheros L1C gigabit ethernet adapter. |
| 66 | |
| 67 | To compile this driver as a module, choose M here. The module |
| 68 | will be called atl1c. |
| 69 | |
| 70 | endif # NET_VENDOR_ATHEROS |