Kconfig 936 字节
Newer Older
1 2
config ATH9K_HW
	tristate
3 4
config ATH9K_COMMON
	tristate
5

6 7
config ATH9K
	tristate "Atheros 802.11n wireless cards support"
8
	depends on PCI && MAC80211
9
	select ATH9K_HW
10 11 12
	select MAC80211_LEDS
	select LEDS_CLASS
	select NEW_LEDS
13
	select ATH9K_COMMON
14 15
	---help---
	  This module adds support for wireless adapters based on
16 17 18 19 20 21 22
	  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
23 24

	  If you choose to build a module, it'll be called ath9k.
25

26
config ATH9K_DEBUGFS
27
	bool "Atheros ath9k debugging"
28
	depends on ATH9K && DEBUG_FS
29
	---help---
30 31
	  Say Y, if you need access to ath9k's statistics for
	  interrupts, rate control, etc.
32

33
	  Also required for changing debug message flags at run time.
34