Kconfig (da733563be5a9da26fe81d9f007262d00b846e22) | Kconfig (5633a4e814bf00484bdfc7bb854e3a588d9efea7) |
---|---|
1# 2# Atheros device configuration 3# 4 5config NET_VENDOR_ATHEROS 6 bool "Atheros devices" 7 default y 8 depends on PCI --- 30 unchanged lines hidden (view full) --- 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 46config ATL1E | 1# 2# Atheros device configuration 3# 4 5config NET_VENDOR_ATHEROS 6 bool "Atheros devices" 7 default y 8 depends on PCI --- 30 unchanged lines hidden (view full) --- 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 46config ATL1E |
47 tristate "Atheros L1E Gigabit Ethernet support (EXPERIMENTAL)" 48 depends on PCI && EXPERIMENTAL | 47 tristate "Atheros L1E Gigabit Ethernet support" 48 depends on PCI |
49 select CRC32 50 select NET_CORE 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 58config ATL1C | 49 select CRC32 50 select NET_CORE 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 58config ATL1C |
59 tristate "Atheros L1C Gigabit Ethernet support (EXPERIMENTAL)" 60 depends on PCI && EXPERIMENTAL | 59 tristate "Atheros L1C Gigabit Ethernet support" 60 depends on PCI |
61 select CRC32 62 select NET_CORE 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 70endif # NET_VENDOR_ATHEROS | 61 select CRC32 62 select NET_CORE 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 70endif # NET_VENDOR_ATHEROS |