xref: /linux/drivers/net/wireless/ath/ath9k/Kconfig (revision 29942bc125374b5aa049a438fb628ea729538ca5)
17322fd19SLuis R. Rodriguezconfig ATH9K_HW
27322fd19SLuis R. Rodriguez	tristate
3db86f07eSLuis R. Rodriguezconfig ATH9K_COMMON
4db86f07eSLuis R. Rodriguez	tristate
5*29942bc1SZefir Kurtisiconfig ATH9K_DFS_DEBUGFS
6*29942bc1SZefir Kurtisi	def_bool y
7*29942bc1SZefir Kurtisi	depends on ATH9K_DEBUGFS && ATH9K_DFS_CERTIFIED
87322fd19SLuis R. Rodriguez
9203c4805SLuis R. Rodriguezconfig ATH9K
10203c4805SLuis R. Rodriguez	tristate "Atheros 802.11n wireless cards support"
118e26a030SGabor Juhos	depends on MAC80211
127322fd19SLuis R. Rodriguez	select ATH9K_HW
13203c4805SLuis R. Rodriguez	select MAC80211_LEDS
14203c4805SLuis R. Rodriguez	select LEDS_CLASS
15203c4805SLuis R. Rodriguez	select NEW_LEDS
16db86f07eSLuis R. Rodriguez	select ATH9K_COMMON
17203c4805SLuis R. Rodriguez	---help---
18203c4805SLuis R. Rodriguez	  This module adds support for wireless adapters based on
192a219eb2SLuis R. Rodriguez	  Atheros IEEE 802.11n AR5008, AR9001 and AR9002 family
202a219eb2SLuis R. Rodriguez	  of chipsets. For a specific list of supported external
212a219eb2SLuis R. Rodriguez	  cards, laptops that already ship with these cards and
222a219eb2SLuis R. Rodriguez	  APs that come with these cards refer to to ath9k wiki
232a219eb2SLuis R. Rodriguez	  products page:
242a219eb2SLuis R. Rodriguez
252a219eb2SLuis R. Rodriguez	  http://wireless.kernel.org/en/users/Drivers/ath9k/products
26203c4805SLuis R. Rodriguez
27203c4805SLuis R. Rodriguez	  If you choose to build a module, it'll be called ath9k.
28203c4805SLuis R. Rodriguez
298e26a030SGabor Juhosconfig ATH9K_PCI
308e26a030SGabor Juhos	bool "Atheros ath9k PCI/PCIe bus support"
31fdacbcdaSDaniel Kuehn	default y
328e26a030SGabor Juhos	depends on ATH9K && PCI
338e26a030SGabor Juhos	---help---
348e26a030SGabor Juhos	  This option enables the PCI bus support in ath9k.
358e26a030SGabor Juhos
368e26a030SGabor Juhos	  Say Y, if you have a compatible PCI/PCIe wireless card.
378e26a030SGabor Juhos
388e26a030SGabor Juhosconfig ATH9K_AHB
398e26a030SGabor Juhos	bool "Atheros ath9k AHB bus support"
408e26a030SGabor Juhos	depends on ATH9K
418e26a030SGabor Juhos	default n
428e26a030SGabor Juhos	---help---
438e26a030SGabor Juhos	  This option enables the AHB bus support in ath9k.
448e26a030SGabor Juhos
458e26a030SGabor Juhos	  Say Y, if you have a SoC with a compatible built-in
468e26a030SGabor Juhos	  wireless MAC. Say N if unsure.
478e26a030SGabor Juhos
48a830df07SFelix Fietkauconfig ATH9K_DEBUGFS
49203c4805SLuis R. Rodriguez	bool "Atheros ath9k debugging"
504ef25011SDominik Geyer	depends on ATH9K && DEBUG_FS
51203c4805SLuis R. Rodriguez	---help---
52a830df07SFelix Fietkau	  Say Y, if you need access to ath9k's statistics for
53a830df07SFelix Fietkau	  interrupts, rate control, etc.
54203c4805SLuis R. Rodriguez
55a830df07SFelix Fietkau	  Also required for changing debug message flags at run time.
56203c4805SLuis R. Rodriguez
57*29942bc1SZefir Kurtisiconfig ATH9K_DFS_CERTIFIED
58*29942bc1SZefir Kurtisi	bool "Atheros DFS support for certified platforms"
59*29942bc1SZefir Kurtisi	depends on ATH9K && EXPERT
60*29942bc1SZefir Kurtisi	default n
61*29942bc1SZefir Kurtisi	---help---
62*29942bc1SZefir Kurtisi	  This option enables DFS support for initiating radiation on
63*29942bc1SZefir Kurtisi	  ath9k. There is no way to dynamically detect if a card was DFS
64*29942bc1SZefir Kurtisi	  certified and as such this is left as a build time option. This
65*29942bc1SZefir Kurtisi	  option should only be enabled by system integrators that can
66*29942bc1SZefir Kurtisi	  guarantee that all the platforms that their kernel will run on
67*29942bc1SZefir Kurtisi	  have obtained appropriate regulatory body certification for a
68*29942bc1SZefir Kurtisi	  respective Atheros card by using ath9k on the target shipping
69*29942bc1SZefir Kurtisi	  platforms.
70*29942bc1SZefir Kurtisi
71*29942bc1SZefir Kurtisi	  This is currently only a placeholder for future DFS support,
72*29942bc1SZefir Kurtisi	  as DFS support requires more components that still need to be
73*29942bc1SZefir Kurtisi	  developed. At this point enabling this option won't do anything
74*29942bc1SZefir Kurtisi	  except increase code size.
75*29942bc1SZefir Kurtisi
766e5c2b4eSFelix Fietkauconfig ATH9K_RATE_CONTROL
776e5c2b4eSFelix Fietkau	bool "Atheros ath9k rate control"
786e5c2b4eSFelix Fietkau	depends on ATH9K
796e5c2b4eSFelix Fietkau	default y
806e5c2b4eSFelix Fietkau	---help---
816e5c2b4eSFelix Fietkau	  Say Y, if you want to use the ath9k specific rate control
826e5c2b4eSFelix Fietkau	  module instead of minstrel_ht.
836e5c2b4eSFelix Fietkau
84fb9987d0SSujithconfig ATH9K_HTC
85fb9987d0SSujith       tristate "Atheros HTC based wireless cards support"
86fb9987d0SSujith       depends on USB && MAC80211
87fb9987d0SSujith       select ATH9K_HW
88fb9987d0SSujith       select MAC80211_LEDS
89fb9987d0SSujith       select LEDS_CLASS
90fb9987d0SSujith       select NEW_LEDS
91fb9987d0SSujith       select ATH9K_COMMON
92fb9987d0SSujith       ---help---
93fb9987d0SSujith	 Support for Atheros HTC based cards.
94fb9987d0SSujith	 Chipsets supported: AR9271
95fb9987d0SSujith
96fb9987d0SSujith	 For more information: http://wireless.kernel.org/en/users/Drivers/ath9k_htc
97fb9987d0SSujith
98fb9987d0SSujith	 The built module will be ath9k_htc.
99fb9987d0SSujith
100fb9987d0SSujithconfig ATH9K_HTC_DEBUGFS
101fb9987d0SSujith	bool "Atheros ath9k_htc debugging"
102fb9987d0SSujith	depends on ATH9K_HTC && DEBUG_FS
103fb9987d0SSujith	---help---
104fb9987d0SSujith	  Say Y, if you need access to ath9k_htc's statistics.
105