config ATH9K_BTCOEX_HW
	tristate
config ATH9K_BTCOEX_COMMON
	tristate

config ATH9K_BTCOEX
	tristate "Atheros 802.11n wireless cards support"
	depends on MAC80211
	select ATH9K_BTCOEX_HW
	select MAC80211_LEDS
	select LEDS_CLASS
	select NEW_LEDS
	select ATH9K_BTCOEX_COMMON
	---help---
	  This module adds support for wireless adapters based on
	  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

	  If you choose to build a module, it'll be called ath9k.
 
config ATH9K_BTCOEX_RFKILL
	bool "Atheros ath9k rfkill support" if EXPERT
	depends on ATH9K_BTCOEX
	depends on RFKILL=y || RFKILL=ATH9K
	default y
	help
	  Say Y to have ath9k poll the RF-Kill GPIO every couple of
	  seconds. Turn off to save power, but enable it if you have
	  a platform that can toggle the RF-Kill GPIO.
