diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/Kconfig')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/Kconfig | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/Kconfig b/drivers/net/wireless/ath/ath9k/Kconfig index ef5f59c4dd8..006364f76bb 100644 --- a/drivers/net/wireless/ath/ath9k/Kconfig +++ b/drivers/net/wireless/ath/ath9k/Kconfig | |||
@@ -1,9 +1,16 @@ | |||
1 | config ATH9K_HW | ||
2 | tristate | ||
3 | config ATH9K_COMMON | ||
4 | tristate | ||
5 | |||
1 | config ATH9K | 6 | config ATH9K |
2 | tristate "Atheros 802.11n wireless cards support" | 7 | tristate "Atheros 802.11n wireless cards support" |
3 | depends on PCI && MAC80211 && WLAN_80211 | 8 | depends on PCI && MAC80211 |
9 | select ATH9K_HW | ||
4 | select MAC80211_LEDS | 10 | select MAC80211_LEDS |
5 | select LEDS_CLASS | 11 | select LEDS_CLASS |
6 | select NEW_LEDS | 12 | select NEW_LEDS |
13 | select ATH9K_COMMON | ||
7 | ---help--- | 14 | ---help--- |
8 | This module adds support for wireless adapters based on | 15 | This module adds support for wireless adapters based on |
9 | Atheros IEEE 802.11n AR5008, AR9001 and AR9002 family | 16 | Atheros IEEE 802.11n AR5008, AR9001 and AR9002 family |
@@ -16,6 +23,8 @@ config ATH9K | |||
16 | 23 | ||
17 | If you choose to build a module, it'll be called ath9k. | 24 | If you choose to build a module, it'll be called ath9k. |
18 | 25 | ||
26 | if ATH_DEBUG | ||
27 | |||
19 | config ATH9K_DEBUG | 28 | config ATH9K_DEBUG |
20 | bool "Atheros ath9k debugging" | 29 | bool "Atheros ath9k debugging" |
21 | depends on ATH9K | 30 | depends on ATH9K |
@@ -26,3 +35,5 @@ config ATH9K_DEBUG | |||
26 | modprobe ath9k debug=0x00000200 | 35 | modprobe ath9k debug=0x00000200 |
27 | 36 | ||
28 | Look in ath9k/debug.h for possible debug masks | 37 | Look in ath9k/debug.h for possible debug masks |
38 | |||
39 | endif # ATH_DEBUG | ||