Kconfig (aa1262b3876ec5249ff464618a7dcd46b3ca54e2) | Kconfig (416cf0b49e67254676b4762d1bab88df5130f909) |
---|---|
1config ATH6KL 2 tristate "Atheros mobile chipsets support" 3 4config ATH6KL_SDIO 5 tristate "Atheros ath6kl SDIO support" 6 depends on ATH6KL 7 depends on MMC 8 depends on CFG80211 --- 4 unchanged lines hidden (view full) --- 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 | 1config ATH6KL 2 tristate "Atheros mobile chipsets support" 3 4config ATH6KL_SDIO 5 tristate "Atheros ath6kl SDIO support" 6 depends on ATH6KL 7 depends on MMC 8 depends on CFG80211 --- 4 unchanged lines hidden (view full) --- 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 |
21 depends on EXPERIMENTAL |
|
21 ---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. 26 27config ATH6KL_DEBUG 28 bool "Atheros ath6kl debugging" 29 depends on ATH6KL 30 ---help--- 31 Enables debug support 32 | 22 ---help--- 23 This module adds support for wireless adapters based on 24 Atheros AR6004 chipset running over USB. This is still under 25 implementation and it isn't functional. If you choose to 26 build it as a module, it will be called ath6kl_usb. 27 28config ATH6KL_DEBUG 29 bool "Atheros ath6kl debugging" 30 depends on ATH6KL 31 ---help--- 32 Enables debug support 33 |
34config ATH6KL_TRACING 35 bool "Atheros ath6kl tracing support" 36 depends on ATH6KL 37 depends on EVENT_TRACING 38 ---help--- 39 Select this to ath6kl use tracing infrastructure. 40 41 If unsure, say Y to make it easier to debug problems. 42 |
|
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. | 43config ATH6KL_REGDOMAIN 44 bool "Atheros ath6kl regdomain support" 45 depends on ATH6KL 46 depends on CFG80211_CERTIFICATION_ONUS 47 ---help--- 48 Enabling this makes it possible to change the regdomain in 49 the firmware. This can be only enabled if regulatory requirements 50 are taken into account. |