xref: /linux/drivers/net/wireless/ath/ath9k/Kconfig (revision fdacbcda7f21ba684cb4426daed67e23003d8311)
17322fd19SLuis R. Rodriguezconfig ATH9K_HW
27322fd19SLuis R. Rodriguez	tristate
3db86f07eSLuis R. Rodriguezconfig ATH9K_COMMON
4db86f07eSLuis R. Rodriguez	tristate
57322fd19SLuis R. Rodriguez
6203c4805SLuis R. Rodriguezconfig ATH9K
7203c4805SLuis R. Rodriguez	tristate "Atheros 802.11n wireless cards support"
88e26a030SGabor Juhos	depends on MAC80211
97322fd19SLuis R. Rodriguez	select ATH9K_HW
10203c4805SLuis R. Rodriguez	select MAC80211_LEDS
11203c4805SLuis R. Rodriguez	select LEDS_CLASS
12203c4805SLuis R. Rodriguez	select NEW_LEDS
13db86f07eSLuis R. Rodriguez	select ATH9K_COMMON
14203c4805SLuis R. Rodriguez	---help---
15203c4805SLuis R. Rodriguez	  This module adds support for wireless adapters based on
162a219eb2SLuis R. Rodriguez	  Atheros IEEE 802.11n AR5008, AR9001 and AR9002 family
172a219eb2SLuis R. Rodriguez	  of chipsets. For a specific list of supported external
182a219eb2SLuis R. Rodriguez	  cards, laptops that already ship with these cards and
192a219eb2SLuis R. Rodriguez	  APs that come with these cards refer to to ath9k wiki
202a219eb2SLuis R. Rodriguez	  products page:
212a219eb2SLuis R. Rodriguez
222a219eb2SLuis R. Rodriguez	  http://wireless.kernel.org/en/users/Drivers/ath9k/products
23203c4805SLuis R. Rodriguez
24203c4805SLuis R. Rodriguez	  If you choose to build a module, it'll be called ath9k.
25203c4805SLuis R. Rodriguez
268e26a030SGabor Juhosconfig ATH9K_PCI
278e26a030SGabor Juhos	bool "Atheros ath9k PCI/PCIe bus support"
28*fdacbcdaSDaniel Kuehn	default y
298e26a030SGabor Juhos	depends on ATH9K && PCI
308e26a030SGabor Juhos	---help---
318e26a030SGabor Juhos	  This option enables the PCI bus support in ath9k.
328e26a030SGabor Juhos
338e26a030SGabor Juhos	  Say Y, if you have a compatible PCI/PCIe wireless card.
348e26a030SGabor Juhos
358e26a030SGabor Juhosconfig ATH9K_AHB
368e26a030SGabor Juhos	bool "Atheros ath9k AHB bus support"
378e26a030SGabor Juhos	depends on ATH9K
388e26a030SGabor Juhos	default n
398e26a030SGabor Juhos	---help---
408e26a030SGabor Juhos	  This option enables the AHB bus support in ath9k.
418e26a030SGabor Juhos
428e26a030SGabor Juhos	  Say Y, if you have a SoC with a compatible built-in
438e26a030SGabor Juhos	  wireless MAC. Say N if unsure.
448e26a030SGabor Juhos
45a830df07SFelix Fietkauconfig ATH9K_DEBUGFS
46203c4805SLuis R. Rodriguez	bool "Atheros ath9k debugging"
474ef25011SDominik Geyer	depends on ATH9K && DEBUG_FS
48203c4805SLuis R. Rodriguez	---help---
49a830df07SFelix Fietkau	  Say Y, if you need access to ath9k's statistics for
50a830df07SFelix Fietkau	  interrupts, rate control, etc.
51203c4805SLuis R. Rodriguez
52a830df07SFelix Fietkau	  Also required for changing debug message flags at run time.
53203c4805SLuis R. Rodriguez
546e5c2b4eSFelix Fietkauconfig ATH9K_RATE_CONTROL
556e5c2b4eSFelix Fietkau	bool "Atheros ath9k rate control"
566e5c2b4eSFelix Fietkau	depends on ATH9K
576e5c2b4eSFelix Fietkau	default y
586e5c2b4eSFelix Fietkau	---help---
596e5c2b4eSFelix Fietkau	  Say Y, if you want to use the ath9k specific rate control
606e5c2b4eSFelix Fietkau	  module instead of minstrel_ht.
616e5c2b4eSFelix Fietkau
62fb9987d0SSujithconfig ATH9K_HTC
63fb9987d0SSujith       tristate "Atheros HTC based wireless cards support"
64fb9987d0SSujith       depends on USB && MAC80211
65fb9987d0SSujith       select ATH9K_HW
66fb9987d0SSujith       select MAC80211_LEDS
67fb9987d0SSujith       select LEDS_CLASS
68fb9987d0SSujith       select NEW_LEDS
69fb9987d0SSujith       select ATH9K_COMMON
70fb9987d0SSujith       ---help---
71fb9987d0SSujith	 Support for Atheros HTC based cards.
72fb9987d0SSujith	 Chipsets supported: AR9271
73fb9987d0SSujith
74fb9987d0SSujith	 For more information: http://wireless.kernel.org/en/users/Drivers/ath9k_htc
75fb9987d0SSujith
76fb9987d0SSujith	 The built module will be ath9k_htc.
77fb9987d0SSujith
78fb9987d0SSujithconfig ATH9K_HTC_DEBUGFS
79fb9987d0SSujith	bool "Atheros ath9k_htc debugging"
80fb9987d0SSujith	depends on ATH9K_HTC && DEBUG_FS
81fb9987d0SSujith	---help---
82fb9987d0SSujith	  Say Y, if you need access to ath9k_htc's statistics.
83