12b133ad6SJeff Kirsher# 22b133ad6SJeff Kirsher# Atheros device configuration 32b133ad6SJeff Kirsher# 42b133ad6SJeff Kirsher 52b133ad6SJeff Kirsherconfig NET_VENDOR_ATHEROS 62b133ad6SJeff Kirsher bool "Atheros devices" 788f07484SJeff Kirsher default y 82b133ad6SJeff Kirsher depends on PCI 92b133ad6SJeff Kirsher ---help--- 102b133ad6SJeff Kirsher If you have a network (Ethernet) card belonging to this class, say Y 112b133ad6SJeff Kirsher and read the Ethernet-HOWTO, available from 122b133ad6SJeff Kirsher <http://www.tldp.org/docs.html#howto>. 132b133ad6SJeff Kirsher 142b133ad6SJeff Kirsher Note that the answer to this question doesn't directly affect the 152b133ad6SJeff Kirsher kernel: saying N will just cause the configurator to skip all 162b133ad6SJeff Kirsher the questions about Atheros devices. If you say Y, you will be asked 172b133ad6SJeff Kirsher for your specific card in the following questions. 182b133ad6SJeff Kirsher 192b133ad6SJeff Kirsherif NET_VENDOR_ATHEROS 202b133ad6SJeff Kirsher 212b133ad6SJeff Kirsherconfig ATL2 222b133ad6SJeff Kirsher tristate "Atheros L2 Fast Ethernet support" 232b133ad6SJeff Kirsher depends on PCI 242b133ad6SJeff Kirsher select CRC32 252b133ad6SJeff Kirsher select MII 262b133ad6SJeff Kirsher ---help--- 272b133ad6SJeff Kirsher This driver supports the Atheros L2 fast ethernet adapter. 282b133ad6SJeff Kirsher 292b133ad6SJeff Kirsher To compile this driver as a module, choose M here. The module 302b133ad6SJeff Kirsher will be called atl2. 312b133ad6SJeff Kirsher 322b133ad6SJeff Kirsherconfig ATL1 332b133ad6SJeff Kirsher tristate "Atheros/Attansic L1 Gigabit Ethernet support" 342b133ad6SJeff Kirsher depends on PCI 352b133ad6SJeff Kirsher select CRC32 362b133ad6SJeff Kirsher select MII 372b133ad6SJeff Kirsher ---help--- 382b133ad6SJeff Kirsher This driver supports the Atheros/Attansic L1 gigabit ethernet 392b133ad6SJeff Kirsher adapter. 402b133ad6SJeff Kirsher 412b133ad6SJeff Kirsher To compile this driver as a module, choose M here. The module 422b133ad6SJeff Kirsher will be called atl1. 432b133ad6SJeff Kirsher 442b133ad6SJeff Kirsherconfig ATL1E 452b133ad6SJeff Kirsher tristate "Atheros L1E Gigabit Ethernet support (EXPERIMENTAL)" 462b133ad6SJeff Kirsher depends on PCI && EXPERIMENTAL 472b133ad6SJeff Kirsher select CRC32 482b133ad6SJeff Kirsher select MII 492b133ad6SJeff Kirsher ---help--- 502b133ad6SJeff Kirsher This driver supports the Atheros L1E gigabit ethernet adapter. 512b133ad6SJeff Kirsher 522b133ad6SJeff Kirsher To compile this driver as a module, choose M here. The module 532b133ad6SJeff Kirsher will be called atl1e. 542b133ad6SJeff Kirsher 552b133ad6SJeff Kirsherconfig ATL1C 562b133ad6SJeff Kirsher tristate "Atheros L1C Gigabit Ethernet support (EXPERIMENTAL)" 572b133ad6SJeff Kirsher depends on PCI && EXPERIMENTAL 582b133ad6SJeff Kirsher select CRC32 592b133ad6SJeff Kirsher select MII 602b133ad6SJeff Kirsher ---help--- 612b133ad6SJeff Kirsher This driver supports the Atheros L1C gigabit ethernet adapter. 622b133ad6SJeff Kirsher 632b133ad6SJeff Kirsher To compile this driver as a module, choose M here. The module 642b133ad6SJeff Kirsher will be called atl1c. 652b133ad6SJeff Kirsher 662b133ad6SJeff Kirsherendif # NET_VENDOR_ATHEROS 67