Kconfig (d94e5fcbf1420366dcb4102bafe04dbcfc0d0d4b) Kconfig (c46917bb53a546f60c7d3103407fe953c418dd5b)
1config ATH9K
2 tristate "Atheros 802.11n wireless cards support"
3 depends on PCI && MAC80211 && WLAN_80211
4 select MAC80211_LEDS
5 select LEDS_CLASS
6 select NEW_LEDS
7 ---help---
8 This module adds support for wireless adapters based on
9 Atheros IEEE 802.11n AR5008, AR9001 and AR9002 family
10 of chipsets. For a specific list of supported external
11 cards, laptops that already ship with these cards and
12 APs that come with these cards refer to to ath9k wiki
13 products page:
14
15 http://wireless.kernel.org/en/users/Drivers/ath9k/products
16
17 If you choose to build a module, it'll be called ath9k.
18
1config ATH9K
2 tristate "Atheros 802.11n wireless cards support"
3 depends on PCI && MAC80211 && WLAN_80211
4 select MAC80211_LEDS
5 select LEDS_CLASS
6 select NEW_LEDS
7 ---help---
8 This module adds support for wireless adapters based on
9 Atheros IEEE 802.11n AR5008, AR9001 and AR9002 family
10 of chipsets. For a specific list of supported external
11 cards, laptops that already ship with these cards and
12 APs that come with these cards refer to to ath9k wiki
13 products page:
14
15 http://wireless.kernel.org/en/users/Drivers/ath9k/products
16
17 If you choose to build a module, it'll be called ath9k.
18
19if ATH_DEBUG
20
19config ATH9K_DEBUG
20 bool "Atheros ath9k debugging"
21 depends on ATH9K
22 ---help---
23 Say Y, if you need ath9k to display debug messages.
24 Pass the debug mask as a module parameter:
25
26 modprobe ath9k debug=0x00000200
27
28 Look in ath9k/debug.h for possible debug masks
21config ATH9K_DEBUG
22 bool "Atheros ath9k debugging"
23 depends on ATH9K
24 ---help---
25 Say Y, if you need ath9k to display debug messages.
26 Pass the debug mask as a module parameter:
27
28 modprobe ath9k debug=0x00000200
29
30 Look in ath9k/debug.h for possible debug masks
31
32endif # ATH_DEBUG