2009-09-23 23:07:00 -04:00
|
|
|
config ATH9K_HW
|
|
|
|
tristate
|
2009-11-05 08:44:39 -08:00
|
|
|
config ATH9K_COMMON
|
|
|
|
tristate
|
2009-09-23 23:07:00 -04:00
|
|
|
|
2008-08-04 00:16:41 -07:00
|
|
|
config ATH9K
|
|
|
|
tristate "Atheros 802.11n wireless cards support"
|
2009-10-28 16:29:30 -04:00
|
|
|
depends on PCI && MAC80211
|
2009-09-23 23:07:00 -04:00
|
|
|
select ATH9K_HW
|
2008-09-02 12:07:56 -07:00
|
|
|
select MAC80211_LEDS
|
|
|
|
select LEDS_CLASS
|
|
|
|
select NEW_LEDS
|
2009-11-05 08:44:39 -08:00
|
|
|
select ATH9K_COMMON
|
2008-08-04 00:16:41 -07:00
|
|
|
---help---
|
|
|
|
This module adds support for wireless adapters based on
|
2009-08-12 14:45:16 -07:00
|
|
|
Atheros IEEE 802.11n AR5008, AR9001 and AR9002 family
|
|
|
|
of chipsets. For a specific list of supported external
|
|
|
|
cards, laptops that already ship with these cards and
|
|
|
|
APs that come with these cards refer to to ath9k wiki
|
|
|
|
products page:
|
|
|
|
|
|
|
|
http://wireless.kernel.org/en/users/Drivers/ath9k/products
|
2008-08-04 00:16:41 -07:00
|
|
|
|
|
|
|
If you choose to build a module, it'll be called ath9k.
|
2008-11-28 22:19:02 +05:30
|
|
|
|
2009-11-23 22:33:27 +01:00
|
|
|
config ATH9K_DEBUGFS
|
2008-11-28 22:19:02 +05:30
|
|
|
bool "Atheros ath9k debugging"
|
|
|
|
depends on ATH9K
|
|
|
|
---help---
|
2009-11-23 22:33:27 +01:00
|
|
|
Say Y, if you need access to ath9k's statistics for
|
|
|
|
interrupts, rate control, etc.
|
2008-11-28 22:19:02 +05:30
|
|
|
|
2009-11-23 22:33:27 +01:00
|
|
|
Also required for changing debug message flags at run time.
|
2009-09-13 02:42:02 -07:00
|
|
|
|