1 # SPDX-License-Identifier: ISC
3 tristate "Atheros mobile chipsets support"
6 This module adds core support for wireless adapters based on
7 Atheros AR6003 and AR6004 chipsets. You still need separate
8 bus drivers for USB and SDIO to be able to use real devices.
10 If you choose to build it as a module, it will be called
11 ath6kl_core. Please note that AR6002 and AR6001 are not
12 supported by this driver.
15 tristate "Atheros ath6kl SDIO support"
19 This module adds support for wireless adapters based on
20 Atheros AR6003 and AR6004 chipsets running over SDIO. If you
21 choose to build it as a module, it will be called ath6kl_sdio.
22 Please note that AR6002 and AR6001 are not supported by this
26 tristate "Atheros ath6kl USB support"
30 This module adds support for wireless adapters based on
31 Atheros AR6004 chipset and chipsets based on it running over
32 USB. If you choose to build it as a module, it will be
36 bool "Atheros ath6kl debugging"
39 Enables ath6kl debug support, including debug messages
40 enabled with debug_mask module parameter and debugfs
43 If unsure, say Y to make it easier to debug problems.
46 bool "Atheros ath6kl tracing support"
48 depends on EVENT_TRACING
50 Select this to ath6kl use tracing infrastructure which, for
51 example, can be enabled with help of trace-cmd. All debug
52 messages and commands are delivered to using individually
53 enablable trace points.
55 If unsure, say Y to make it easier to debug problems.
57 config ATH6KL_REGDOMAIN
58 bool "Atheros ath6kl regdomain support"
60 depends on CFG80211_CERTIFICATION_ONUS
62 Enabling this makes it possible to change the regdomain in
63 the firmware. This can be only enabled if regulatory requirements
64 are taken into account.