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" |
| 7 | depends on PCI |
| 8 | ---help--- |
| 9 | If you have a network (Ethernet) card belonging to this class, say Y |
| 10 | and read the Ethernet-HOWTO, available from |
| 11 | <http://www.tldp.org/docs.html#howto>. |
| 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 | |
| 18 | if NET_VENDOR_ATHEROS |
| 19 | |
| 20 | config 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 | |
| 28 | To compile this driver as a module, choose M here. The module |
| 29 | will be called atl2. |
| 30 | |
| 31 | config ATL1 |
| 32 | tristate "Atheros/Attansic L1 Gigabit Ethernet support" |
| 33 | depends on PCI |
| 34 | select CRC32 |
| 35 | select MII |
| 36 | ---help--- |
| 37 | This driver supports the Atheros/Attansic L1 gigabit ethernet |
| 38 | adapter. |
| 39 | |
| 40 | To compile this driver as a module, choose M here. The module |
| 41 | will be called atl1. |
| 42 | |
| 43 | config ATL1E |
| 44 | tristate "Atheros L1E Gigabit Ethernet support (EXPERIMENTAL)" |
| 45 | depends on PCI && EXPERIMENTAL |
| 46 | select CRC32 |
| 47 | select MII |
| 48 | ---help--- |
| 49 | This driver supports the Atheros L1E gigabit ethernet adapter. |
| 50 | |
| 51 | To compile this driver as a module, choose M here. The module |
| 52 | will be called atl1e. |
| 53 | |
| 54 | config ATL1C |
| 55 | tristate "Atheros L1C Gigabit Ethernet support (EXPERIMENTAL)" |
| 56 | depends on PCI && EXPERIMENTAL |
| 57 | select CRC32 |
| 58 | select MII |
| 59 | ---help--- |
| 60 | This driver supports the Atheros L1C gigabit ethernet adapter. |
| 61 | |
| 62 | To compile this driver as a module, choose M here. The module |
| 63 | will be called atl1c. |
| 64 | |
| 65 | endif # NET_VENDOR_ATHEROS |