blob: 26ab8cae28b5c02f5b4db9517b292126a7b8ecc0 [file] [log] [blame]
Jeff Kirsher2b133ad2011-05-20 06:55:16 -07001#
2# Atheros device configuration
3#
4
5config NET_VENDOR_ATHEROS
6 bool "Atheros devices"
Jeff Kirsher88f07482011-08-23 01:29:52 -07007 default y
Jeff Kirsher2b133ad2011-05-20 06:55:16 -07008 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
19if NET_VENDOR_ATHEROS
20
21config ATL2
22 tristate "Atheros L2 Fast Ethernet support"
23 depends on PCI
24 select CRC32
25 select MII
26 ---help---
27 This driver supports the Atheros L2 fast ethernet adapter.
28
29 To compile this driver as a module, choose M here. The module
30 will be called atl2.
31
32config ATL1
33 tristate "Atheros/Attansic L1 Gigabit Ethernet support"
34 depends on PCI
35 select CRC32
36 select MII
37 ---help---
38 This driver supports the Atheros/Attansic L1 gigabit ethernet
39 adapter.
40
41 To compile this driver as a module, choose M here. The module
42 will be called atl1.
43
44config ATL1E
45 tristate "Atheros L1E Gigabit Ethernet support (EXPERIMENTAL)"
46 depends on PCI && EXPERIMENTAL
47 select CRC32
48 select MII
49 ---help---
50 This driver supports the Atheros L1E gigabit ethernet adapter.
51
52 To compile this driver as a module, choose M here. The module
53 will be called atl1e.
54
55config ATL1C
56 tristate "Atheros L1C Gigabit Ethernet support (EXPERIMENTAL)"
57 depends on PCI && EXPERIMENTAL
58 select CRC32
59 select MII
60 ---help---
61 This driver supports the Atheros L1C gigabit ethernet adapter.
62
63 To compile this driver as a module, choose M here. The module
64 will be called atl1c.
65
66endif # NET_VENDOR_ATHEROS