xref: /linux/drivers/net/wireless/ath/ath9k/Kconfig (revision 9a6f7347f59f55433ec50578e8d42d305e0d53ae)
17322fd19SLuis R. Rodriguezconfig ATH9K_HW
27322fd19SLuis R. Rodriguez	tristate
3db86f07eSLuis R. Rodriguezconfig ATH9K_COMMON
4db86f07eSLuis R. Rodriguez	tristate
5*9a6f7347SVladimir Kondratiev	select ATH_COMMON
629942bc1SZefir Kurtisiconfig ATH9K_DFS_DEBUGFS
729942bc1SZefir Kurtisi	def_bool y
829942bc1SZefir Kurtisi	depends on ATH9K_DEBUGFS && ATH9K_DFS_CERTIFIED
97322fd19SLuis R. Rodriguez
1070982b72SSujith Manoharanconfig ATH9K_BTCOEX_SUPPORT
1170982b72SSujith Manoharan	bool "Atheros bluetooth coexistence support"
1270982b72SSujith Manoharan	depends on (ATH9K || ATH9K_HTC)
1370982b72SSujith Manoharan	default y
1470982b72SSujith Manoharan	---help---
1570982b72SSujith Manoharan	  Say Y, if you want to use the ath9k/ath9k_htc radios together with
1670982b72SSujith Manoharan	  Bluetooth modules in the same system.
1770982b72SSujith Manoharan
18203c4805SLuis R. Rodriguezconfig ATH9K
19203c4805SLuis R. Rodriguez	tristate "Atheros 802.11n wireless cards support"
208e26a030SGabor Juhos	depends on MAC80211
217322fd19SLuis R. Rodriguez	select ATH9K_HW
22203c4805SLuis R. Rodriguez	select MAC80211_LEDS
23203c4805SLuis R. Rodriguez	select LEDS_CLASS
24203c4805SLuis R. Rodriguez	select NEW_LEDS
25db86f07eSLuis R. Rodriguez	select ATH9K_COMMON
26203c4805SLuis R. Rodriguez	---help---
27203c4805SLuis R. Rodriguez	  This module adds support for wireless adapters based on
282a219eb2SLuis R. Rodriguez	  Atheros IEEE 802.11n AR5008, AR9001 and AR9002 family
292a219eb2SLuis R. Rodriguez	  of chipsets. For a specific list of supported external
302a219eb2SLuis R. Rodriguez	  cards, laptops that already ship with these cards and
312a219eb2SLuis R. Rodriguez	  APs that come with these cards refer to to ath9k wiki
322a219eb2SLuis R. Rodriguez	  products page:
332a219eb2SLuis R. Rodriguez
342a219eb2SLuis R. Rodriguez	  http://wireless.kernel.org/en/users/Drivers/ath9k/products
35203c4805SLuis R. Rodriguez
36203c4805SLuis R. Rodriguez	  If you choose to build a module, it'll be called ath9k.
37203c4805SLuis R. Rodriguez
388e26a030SGabor Juhosconfig ATH9K_PCI
398e26a030SGabor Juhos	bool "Atheros ath9k PCI/PCIe bus support"
40fdacbcdaSDaniel Kuehn	default y
418e26a030SGabor Juhos	depends on ATH9K && PCI
428e26a030SGabor Juhos	---help---
438e26a030SGabor Juhos	  This option enables the PCI bus support in ath9k.
448e26a030SGabor Juhos
458e26a030SGabor Juhos	  Say Y, if you have a compatible PCI/PCIe wireless card.
468e26a030SGabor Juhos
478e26a030SGabor Juhosconfig ATH9K_AHB
488e26a030SGabor Juhos	bool "Atheros ath9k AHB bus support"
498e26a030SGabor Juhos	depends on ATH9K
508e26a030SGabor Juhos	default n
518e26a030SGabor Juhos	---help---
528e26a030SGabor Juhos	  This option enables the AHB bus support in ath9k.
538e26a030SGabor Juhos
548e26a030SGabor Juhos	  Say Y, if you have a SoC with a compatible built-in
558e26a030SGabor Juhos	  wireless MAC. Say N if unsure.
568e26a030SGabor Juhos
57a830df07SFelix Fietkauconfig ATH9K_DEBUGFS
58203c4805SLuis R. Rodriguez	bool "Atheros ath9k debugging"
5912e94327SSujith Manoharan	depends on ATH9K
6012e94327SSujith Manoharan	select MAC80211_DEBUGFS
61203c4805SLuis R. Rodriguez	---help---
62a830df07SFelix Fietkau	  Say Y, if you need access to ath9k's statistics for
63a830df07SFelix Fietkau	  interrupts, rate control, etc.
64203c4805SLuis R. Rodriguez
65a830df07SFelix Fietkau	  Also required for changing debug message flags at run time.
66203c4805SLuis R. Rodriguez
6729942bc1SZefir Kurtisiconfig ATH9K_DFS_CERTIFIED
6829942bc1SZefir Kurtisi	bool "Atheros DFS support for certified platforms"
6900267d59SLuis R. Rodriguez	depends on ATH9K && CFG80211_CERTIFICATION_ONUS
7029942bc1SZefir Kurtisi	default n
7129942bc1SZefir Kurtisi	---help---
7229942bc1SZefir Kurtisi	  This option enables DFS support for initiating radiation on
7329942bc1SZefir Kurtisi	  ath9k. There is no way to dynamically detect if a card was DFS
7429942bc1SZefir Kurtisi	  certified and as such this is left as a build time option. This
7529942bc1SZefir Kurtisi	  option should only be enabled by system integrators that can
7629942bc1SZefir Kurtisi	  guarantee that all the platforms that their kernel will run on
7729942bc1SZefir Kurtisi	  have obtained appropriate regulatory body certification for a
7829942bc1SZefir Kurtisi	  respective Atheros card by using ath9k on the target shipping
7929942bc1SZefir Kurtisi	  platforms.
8029942bc1SZefir Kurtisi
8129942bc1SZefir Kurtisi	  This is currently only a placeholder for future DFS support,
8229942bc1SZefir Kurtisi	  as DFS support requires more components that still need to be
8329942bc1SZefir Kurtisi	  developed. At this point enabling this option won't do anything
8429942bc1SZefir Kurtisi	  except increase code size.
8529942bc1SZefir Kurtisi
865baec742SFelix Fietkauconfig ATH9K_MAC_DEBUG
875baec742SFelix Fietkau	bool "Atheros MAC statistics"
885baec742SFelix Fietkau	depends on ATH9K_DEBUGFS
895baec742SFelix Fietkau	default y
905baec742SFelix Fietkau	---help---
915baec742SFelix Fietkau	  This option enables collection of statistics for Rx/Tx status
925baec742SFelix Fietkau	  data and some other MAC related statistics
935baec742SFelix Fietkau
946e5c2b4eSFelix Fietkauconfig ATH9K_RATE_CONTROL
956e5c2b4eSFelix Fietkau	bool "Atheros ath9k rate control"
966e5c2b4eSFelix Fietkau	depends on ATH9K
976e5c2b4eSFelix Fietkau	default y
986e5c2b4eSFelix Fietkau	---help---
996e5c2b4eSFelix Fietkau	  Say Y, if you want to use the ath9k specific rate control
1006e5c2b4eSFelix Fietkau	  module instead of minstrel_ht.
1016e5c2b4eSFelix Fietkau
102fb9987d0SSujithconfig ATH9K_HTC
103fb9987d0SSujith       tristate "Atheros HTC based wireless cards support"
104fb9987d0SSujith       depends on USB && MAC80211
105fb9987d0SSujith       select ATH9K_HW
106fb9987d0SSujith       select MAC80211_LEDS
107fb9987d0SSujith       select LEDS_CLASS
108fb9987d0SSujith       select NEW_LEDS
109fb9987d0SSujith       select ATH9K_COMMON
110fb9987d0SSujith       ---help---
111fb9987d0SSujith	 Support for Atheros HTC based cards.
112fb9987d0SSujith	 Chipsets supported: AR9271
113fb9987d0SSujith
114fb9987d0SSujith	 For more information: http://wireless.kernel.org/en/users/Drivers/ath9k_htc
115fb9987d0SSujith
116fb9987d0SSujith	 The built module will be ath9k_htc.
117fb9987d0SSujith
118fb9987d0SSujithconfig ATH9K_HTC_DEBUGFS
119fb9987d0SSujith	bool "Atheros ath9k_htc debugging"
120fb9987d0SSujith	depends on ATH9K_HTC && DEBUG_FS
121fb9987d0SSujith	---help---
122fb9987d0SSujith	  Say Y, if you need access to ath9k_htc's statistics.
123