xref: /linux/drivers/net/wireless/ath/ath9k/Kconfig (revision 70982b720f6910d094861916973ad51f2afa0e18)
17322fd19SLuis R. Rodriguezconfig ATH9K_HW
27322fd19SLuis R. Rodriguez	tristate
3db86f07eSLuis R. Rodriguezconfig ATH9K_COMMON
4db86f07eSLuis R. Rodriguez	tristate
529942bc1SZefir Kurtisiconfig ATH9K_DFS_DEBUGFS
629942bc1SZefir Kurtisi	def_bool y
729942bc1SZefir Kurtisi	depends on ATH9K_DEBUGFS && ATH9K_DFS_CERTIFIED
87322fd19SLuis R. Rodriguez
9*70982b72SSujith Manoharanconfig ATH9K_BTCOEX_SUPPORT
10*70982b72SSujith Manoharan	bool "Atheros bluetooth coexistence support"
11*70982b72SSujith Manoharan	depends on (ATH9K || ATH9K_HTC)
12*70982b72SSujith Manoharan	default y
13*70982b72SSujith Manoharan	---help---
14*70982b72SSujith Manoharan	  Say Y, if you want to use the ath9k/ath9k_htc radios together with
15*70982b72SSujith Manoharan	  Bluetooth modules in the same system.
16*70982b72SSujith Manoharan
17203c4805SLuis R. Rodriguezconfig ATH9K
18203c4805SLuis R. Rodriguez	tristate "Atheros 802.11n wireless cards support"
198e26a030SGabor Juhos	depends on MAC80211
207322fd19SLuis R. Rodriguez	select ATH9K_HW
21203c4805SLuis R. Rodriguez	select MAC80211_LEDS
22203c4805SLuis R. Rodriguez	select LEDS_CLASS
23203c4805SLuis R. Rodriguez	select NEW_LEDS
24db86f07eSLuis R. Rodriguez	select ATH9K_COMMON
25203c4805SLuis R. Rodriguez	---help---
26203c4805SLuis R. Rodriguez	  This module adds support for wireless adapters based on
272a219eb2SLuis R. Rodriguez	  Atheros IEEE 802.11n AR5008, AR9001 and AR9002 family
282a219eb2SLuis R. Rodriguez	  of chipsets. For a specific list of supported external
292a219eb2SLuis R. Rodriguez	  cards, laptops that already ship with these cards and
302a219eb2SLuis R. Rodriguez	  APs that come with these cards refer to to ath9k wiki
312a219eb2SLuis R. Rodriguez	  products page:
322a219eb2SLuis R. Rodriguez
332a219eb2SLuis R. Rodriguez	  http://wireless.kernel.org/en/users/Drivers/ath9k/products
34203c4805SLuis R. Rodriguez
35203c4805SLuis R. Rodriguez	  If you choose to build a module, it'll be called ath9k.
36203c4805SLuis R. Rodriguez
378e26a030SGabor Juhosconfig ATH9K_PCI
388e26a030SGabor Juhos	bool "Atheros ath9k PCI/PCIe bus support"
39fdacbcdaSDaniel Kuehn	default y
408e26a030SGabor Juhos	depends on ATH9K && PCI
418e26a030SGabor Juhos	---help---
428e26a030SGabor Juhos	  This option enables the PCI bus support in ath9k.
438e26a030SGabor Juhos
448e26a030SGabor Juhos	  Say Y, if you have a compatible PCI/PCIe wireless card.
458e26a030SGabor Juhos
468e26a030SGabor Juhosconfig ATH9K_AHB
478e26a030SGabor Juhos	bool "Atheros ath9k AHB bus support"
488e26a030SGabor Juhos	depends on ATH9K
498e26a030SGabor Juhos	default n
508e26a030SGabor Juhos	---help---
518e26a030SGabor Juhos	  This option enables the AHB bus support in ath9k.
528e26a030SGabor Juhos
538e26a030SGabor Juhos	  Say Y, if you have a SoC with a compatible built-in
548e26a030SGabor Juhos	  wireless MAC. Say N if unsure.
558e26a030SGabor Juhos
56a830df07SFelix Fietkauconfig ATH9K_DEBUGFS
57203c4805SLuis R. Rodriguez	bool "Atheros ath9k debugging"
584ef25011SDominik Geyer	depends on ATH9K && DEBUG_FS
59203c4805SLuis R. Rodriguez	---help---
60a830df07SFelix Fietkau	  Say Y, if you need access to ath9k's statistics for
61a830df07SFelix Fietkau	  interrupts, rate control, etc.
62203c4805SLuis R. Rodriguez
63a830df07SFelix Fietkau	  Also required for changing debug message flags at run time.
64203c4805SLuis R. Rodriguez
6529942bc1SZefir Kurtisiconfig ATH9K_DFS_CERTIFIED
6629942bc1SZefir Kurtisi	bool "Atheros DFS support for certified platforms"
6729942bc1SZefir Kurtisi	depends on ATH9K && EXPERT
6829942bc1SZefir Kurtisi	default n
6929942bc1SZefir Kurtisi	---help---
7029942bc1SZefir Kurtisi	  This option enables DFS support for initiating radiation on
7129942bc1SZefir Kurtisi	  ath9k. There is no way to dynamically detect if a card was DFS
7229942bc1SZefir Kurtisi	  certified and as such this is left as a build time option. This
7329942bc1SZefir Kurtisi	  option should only be enabled by system integrators that can
7429942bc1SZefir Kurtisi	  guarantee that all the platforms that their kernel will run on
7529942bc1SZefir Kurtisi	  have obtained appropriate regulatory body certification for a
7629942bc1SZefir Kurtisi	  respective Atheros card by using ath9k on the target shipping
7729942bc1SZefir Kurtisi	  platforms.
7829942bc1SZefir Kurtisi
7929942bc1SZefir Kurtisi	  This is currently only a placeholder for future DFS support,
8029942bc1SZefir Kurtisi	  as DFS support requires more components that still need to be
8129942bc1SZefir Kurtisi	  developed. At this point enabling this option won't do anything
8229942bc1SZefir Kurtisi	  except increase code size.
8329942bc1SZefir Kurtisi
846e5c2b4eSFelix Fietkauconfig ATH9K_RATE_CONTROL
856e5c2b4eSFelix Fietkau	bool "Atheros ath9k rate control"
866e5c2b4eSFelix Fietkau	depends on ATH9K
876e5c2b4eSFelix Fietkau	default y
886e5c2b4eSFelix Fietkau	---help---
896e5c2b4eSFelix Fietkau	  Say Y, if you want to use the ath9k specific rate control
906e5c2b4eSFelix Fietkau	  module instead of minstrel_ht.
916e5c2b4eSFelix Fietkau
92fb9987d0SSujithconfig ATH9K_HTC
93fb9987d0SSujith       tristate "Atheros HTC based wireless cards support"
94fb9987d0SSujith       depends on USB && MAC80211
95fb9987d0SSujith       select ATH9K_HW
96fb9987d0SSujith       select MAC80211_LEDS
97fb9987d0SSujith       select LEDS_CLASS
98fb9987d0SSujith       select NEW_LEDS
99fb9987d0SSujith       select ATH9K_COMMON
100fb9987d0SSujith       ---help---
101fb9987d0SSujith	 Support for Atheros HTC based cards.
102fb9987d0SSujith	 Chipsets supported: AR9271
103fb9987d0SSujith
104fb9987d0SSujith	 For more information: http://wireless.kernel.org/en/users/Drivers/ath9k_htc
105fb9987d0SSujith
106fb9987d0SSujith	 The built module will be ath9k_htc.
107fb9987d0SSujith
108fb9987d0SSujithconfig ATH9K_HTC_DEBUGFS
109fb9987d0SSujith	bool "Atheros ath9k_htc debugging"
110fb9987d0SSujith	depends on ATH9K_HTC && DEBUG_FS
111fb9987d0SSujith	---help---
112fb9987d0SSujith	  Say Y, if you need access to ath9k_htc's statistics.
113