blob: 630c83db056e8cf45e2a7839b7f64345170217f5 [file] [log] [blame]
Kalle Valobdcd8172011-07-18 00:22:30 +03001config ATH6KL
Kalle Valo241b1282012-01-17 20:09:45 +02002 tristate "Atheros mobile chipsets support"
3
4config ATH6KL_SDIO
5 tristate "Atheros ath6kl SDIO support"
6 depends on ATH6KL
Kalle Valobdcd8172011-07-18 00:22:30 +03007 depends on MMC
8 depends on CFG80211
Kalle Valobdcd8172011-07-18 00:22:30 +03009 ---help---
10 This module adds support for wireless adapters based on
Kalle Valo241b1282012-01-17 20:09:45 +020011 Atheros AR6003 and AR6004 chipsets running over SDIO. If you
12 choose to build it as a module, it will be called ath6kl_sdio.
13 Please note that AR6002 and AR6001 are not supported by this
14 driver.
15
16config ATH6KL_USB
17 tristate "Atheros ath6kl USB support"
18 depends on ATH6KL
19 depends on USB
20 depends on CFG80211
Kalle Valo241b1282012-01-17 20:09:45 +020021 ---help---
22 This module adds support for wireless adapters based on
23 Atheros AR6004 chipset running over USB. This is still under
24 implementation and it isn't functional. If you choose to
25 build it as a module, it will be called ath6kl_usb.
Kalle Valobdcd8172011-07-18 00:22:30 +030026
27config ATH6KL_DEBUG
28 bool "Atheros ath6kl debugging"
29 depends on ATH6KL
30 ---help---
31 Enables debug support
Kalle Valo84841ba2012-07-19 16:00:56 +030032
33config ATH6KL_REGDOMAIN
34 bool "Atheros ath6kl regdomain support"
35 depends on ATH6KL
36 depends on CFG80211_CERTIFICATION_ONUS
37 ---help---
38 Enabling this makes it possible to change the regdomain in
39 the firmware. This can be only enabled if regulatory requirements
40 are taken into account.