1config ATH9K_HW 2 tristate 3config ATH9K_COMMON 4 tristate 5 6config ATH9K 7 tristate "Atheros 802.11n wireless cards support" 8 depends on PCI && MAC80211 9 select ATH9K_HW 10 select MAC80211_LEDS 11 select LEDS_CLASS 12 select NEW_LEDS 13 select ATH9K_COMMON 14 ---help--- 15 This module adds support for wireless adapters based on 16 Atheros IEEE 802.11n AR5008, AR9001 and AR9002 family 17 of chipsets. For a specific list of supported external 18 cards, laptops that already ship with these cards and 19 APs that come with these cards refer to to ath9k wiki 20 products page: 21 22 http://wireless.kernel.org/en/users/Drivers/ath9k/products 23 24 If you choose to build a module, it'll be called ath9k. 25 26config ATH9K_DEBUGFS 27 bool "Atheros ath9k debugging" 28 depends on ATH9K && DEBUG_FS 29 ---help--- 30 Say Y, if you need access to ath9k's statistics for 31 interrupts, rate control, etc. 32 33 Also required for changing debug message flags at run time. 34 35config ATH9K_RATE_CONTROL 36 bool "Atheros ath9k rate control" 37 depends on ATH9K 38 default y 39 ---help--- 40 Say Y, if you want to use the ath9k specific rate control 41 module instead of minstrel_ht. 42 43config ATH9K_HTC 44 tristate "Atheros HTC based wireless cards support" 45 depends on USB && MAC80211 46 select ATH9K_HW 47 select MAC80211_LEDS 48 select LEDS_CLASS 49 select NEW_LEDS 50 select ATH9K_COMMON 51 ---help--- 52 Support for Atheros HTC based cards. 53 Chipsets supported: AR9271 54 55 For more information: http://wireless.kernel.org/en/users/Drivers/ath9k_htc 56 57 The built module will be ath9k_htc. 58 59config ATH9K_HTC_DEBUGFS 60 bool "Atheros ath9k_htc debugging" 61 depends on ATH9K_HTC && DEBUG_FS 62 ---help--- 63 Say Y, if you need access to ath9k_htc's statistics. 64