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
25aaba215cSJeff Kirsher	select NET_CORE
262b133ad6SJeff Kirsher	select MII
272b133ad6SJeff Kirsher	---help---
282b133ad6SJeff Kirsher	  This driver supports the Atheros L2 fast ethernet adapter.
292b133ad6SJeff Kirsher
302b133ad6SJeff Kirsher	  To compile this driver as a module, choose M here.  The module
312b133ad6SJeff Kirsher	  will be called atl2.
322b133ad6SJeff Kirsher
332b133ad6SJeff Kirsherconfig ATL1
342b133ad6SJeff Kirsher	tristate "Atheros/Attansic L1 Gigabit Ethernet support"
352b133ad6SJeff Kirsher	depends on PCI
362b133ad6SJeff Kirsher	select CRC32
37aaba215cSJeff Kirsher	select NET_CORE
382b133ad6SJeff Kirsher	select MII
392b133ad6SJeff Kirsher	---help---
402b133ad6SJeff Kirsher	  This driver supports the Atheros/Attansic L1 gigabit ethernet
412b133ad6SJeff Kirsher	  adapter.
422b133ad6SJeff Kirsher
432b133ad6SJeff Kirsher	  To compile this driver as a module, choose M here.  The module
442b133ad6SJeff Kirsher	  will be called atl1.
452b133ad6SJeff Kirsher
462b133ad6SJeff Kirsherconfig ATL1E
472b133ad6SJeff Kirsher	tristate "Atheros L1E Gigabit Ethernet support (EXPERIMENTAL)"
482b133ad6SJeff Kirsher	depends on PCI && EXPERIMENTAL
492b133ad6SJeff Kirsher	select CRC32
50aaba215cSJeff Kirsher	select NET_CORE
512b133ad6SJeff Kirsher	select MII
522b133ad6SJeff Kirsher	---help---
532b133ad6SJeff Kirsher	  This driver supports the Atheros L1E gigabit ethernet adapter.
542b133ad6SJeff Kirsher
552b133ad6SJeff Kirsher	  To compile this driver as a module, choose M here.  The module
562b133ad6SJeff Kirsher	  will be called atl1e.
572b133ad6SJeff Kirsher
582b133ad6SJeff Kirsherconfig ATL1C
592b133ad6SJeff Kirsher	tristate "Atheros L1C Gigabit Ethernet support (EXPERIMENTAL)"
602b133ad6SJeff Kirsher	depends on PCI && EXPERIMENTAL
612b133ad6SJeff Kirsher	select CRC32
62aaba215cSJeff Kirsher	select NET_CORE
632b133ad6SJeff Kirsher	select MII
642b133ad6SJeff Kirsher	---help---
652b133ad6SJeff Kirsher	  This driver supports the Atheros L1C gigabit ethernet adapter.
662b133ad6SJeff Kirsher
672b133ad6SJeff Kirsher	  To compile this driver as a module, choose M here.  The module
682b133ad6SJeff Kirsher	  will be called atl1c.
692b133ad6SJeff Kirsher
702b133ad6SJeff Kirsherendif # NET_VENDOR_ATHEROS
71