1*2b133ad6SJeff Kirsher# 2*2b133ad6SJeff Kirsher# Atheros device configuration 3*2b133ad6SJeff Kirsher# 4*2b133ad6SJeff Kirsher 5*2b133ad6SJeff Kirsherconfig NET_VENDOR_ATHEROS 6*2b133ad6SJeff Kirsher bool "Atheros devices" 7*2b133ad6SJeff Kirsher depends on PCI 8*2b133ad6SJeff Kirsher ---help--- 9*2b133ad6SJeff Kirsher If you have a network (Ethernet) card belonging to this class, say Y 10*2b133ad6SJeff Kirsher and read the Ethernet-HOWTO, available from 11*2b133ad6SJeff Kirsher <http://www.tldp.org/docs.html#howto>. 12*2b133ad6SJeff Kirsher 13*2b133ad6SJeff Kirsher Note that the answer to this question doesn't directly affect the 14*2b133ad6SJeff Kirsher kernel: saying N will just cause the configurator to skip all 15*2b133ad6SJeff Kirsher the questions about Atheros devices. If you say Y, you will be asked 16*2b133ad6SJeff Kirsher for your specific card in the following questions. 17*2b133ad6SJeff Kirsher 18*2b133ad6SJeff Kirsherif NET_VENDOR_ATHEROS 19*2b133ad6SJeff Kirsher 20*2b133ad6SJeff Kirsherconfig ATL2 21*2b133ad6SJeff Kirsher tristate "Atheros L2 Fast Ethernet support" 22*2b133ad6SJeff Kirsher depends on PCI 23*2b133ad6SJeff Kirsher select CRC32 24*2b133ad6SJeff Kirsher select MII 25*2b133ad6SJeff Kirsher ---help--- 26*2b133ad6SJeff Kirsher This driver supports the Atheros L2 fast ethernet adapter. 27*2b133ad6SJeff Kirsher 28*2b133ad6SJeff Kirsher To compile this driver as a module, choose M here. The module 29*2b133ad6SJeff Kirsher will be called atl2. 30*2b133ad6SJeff Kirsher 31*2b133ad6SJeff Kirsherconfig ATL1 32*2b133ad6SJeff Kirsher tristate "Atheros/Attansic L1 Gigabit Ethernet support" 33*2b133ad6SJeff Kirsher depends on PCI 34*2b133ad6SJeff Kirsher select CRC32 35*2b133ad6SJeff Kirsher select MII 36*2b133ad6SJeff Kirsher ---help--- 37*2b133ad6SJeff Kirsher This driver supports the Atheros/Attansic L1 gigabit ethernet 38*2b133ad6SJeff Kirsher adapter. 39*2b133ad6SJeff Kirsher 40*2b133ad6SJeff Kirsher To compile this driver as a module, choose M here. The module 41*2b133ad6SJeff Kirsher will be called atl1. 42*2b133ad6SJeff Kirsher 43*2b133ad6SJeff Kirsherconfig ATL1E 44*2b133ad6SJeff Kirsher tristate "Atheros L1E Gigabit Ethernet support (EXPERIMENTAL)" 45*2b133ad6SJeff Kirsher depends on PCI && EXPERIMENTAL 46*2b133ad6SJeff Kirsher select CRC32 47*2b133ad6SJeff Kirsher select MII 48*2b133ad6SJeff Kirsher ---help--- 49*2b133ad6SJeff Kirsher This driver supports the Atheros L1E gigabit ethernet adapter. 50*2b133ad6SJeff Kirsher 51*2b133ad6SJeff Kirsher To compile this driver as a module, choose M here. The module 52*2b133ad6SJeff Kirsher will be called atl1e. 53*2b133ad6SJeff Kirsher 54*2b133ad6SJeff Kirsherconfig ATL1C 55*2b133ad6SJeff Kirsher tristate "Atheros L1C Gigabit Ethernet support (EXPERIMENTAL)" 56*2b133ad6SJeff Kirsher depends on PCI && EXPERIMENTAL 57*2b133ad6SJeff Kirsher select CRC32 58*2b133ad6SJeff Kirsher select MII 59*2b133ad6SJeff Kirsher ---help--- 60*2b133ad6SJeff Kirsher This driver supports the Atheros L1C gigabit ethernet adapter. 61*2b133ad6SJeff Kirsher 62*2b133ad6SJeff Kirsher To compile this driver as a module, choose M here. The module 63*2b133ad6SJeff Kirsher will be called atl1c. 64*2b133ad6SJeff Kirsher 65*2b133ad6SJeff Kirsherendif # NET_VENDOR_ATHEROS 66