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 26if ATH_DEBUG 27 28config ATH9K_DEBUG 29 bool "Atheros ath9k debugging" 30 depends on ATH9K 31 ---help--- 32 Say Y, if you need ath9k to display debug messages. 33 Pass the debug mask as a module parameter: 34 35 modprobe ath9k debug=0x00000200 36 37 Look in ath9k/debug.h for possible debug masks 38 39endif # ATH_DEBUG 40