0001 # SPDX-License-Identifier: ISC
0002 config ATH6KL
0003 tristate "Atheros mobile chipsets support"
0004 depends on CFG80211
0005 help
0006 This module adds core support for wireless adapters based on
0007 Atheros AR6003 and AR6004 chipsets. You still need separate
0008 bus drivers for USB and SDIO to be able to use real devices.
0009
0010 If you choose to build it as a module, it will be called
0011 ath6kl_core. Please note that AR6002 and AR6001 are not
0012 supported by this driver.
0013
0014 config ATH6KL_SDIO
0015 tristate "Atheros ath6kl SDIO support"
0016 depends on ATH6KL
0017 depends on MMC
0018 help
0019 This module adds support for wireless adapters based on
0020 Atheros AR6003 and AR6004 chipsets running over SDIO. If you
0021 choose to build it as a module, it will be called ath6kl_sdio.
0022 Please note that AR6002 and AR6001 are not supported by this
0023 driver.
0024
0025 config ATH6KL_USB
0026 tristate "Atheros ath6kl USB support"
0027 depends on ATH6KL
0028 depends on USB
0029 help
0030 This module adds support for wireless adapters based on
0031 Atheros AR6004 chipset and chipsets based on it running over
0032 USB. If you choose to build it as a module, it will be
0033 called ath6kl_usb.
0034
0035 config ATH6KL_DEBUG
0036 bool "Atheros ath6kl debugging"
0037 depends on ATH6KL
0038 help
0039 Enables ath6kl debug support, including debug messages
0040 enabled with debug_mask module parameter and debugfs
0041 interface.
0042
0043 If unsure, say Y to make it easier to debug problems.
0044
0045 config ATH6KL_TRACING
0046 bool "Atheros ath6kl tracing support"
0047 depends on ATH6KL
0048 depends on EVENT_TRACING
0049 help
0050 Select this to ath6kl use tracing infrastructure which, for
0051 example, can be enabled with help of trace-cmd. All debug
0052 messages and commands are delivered to using individually
0053 enablable trace points.
0054
0055 If unsure, say Y to make it easier to debug problems.
0056
0057 config ATH6KL_REGDOMAIN
0058 bool "Atheros ath6kl regdomain support"
0059 depends on ATH6KL
0060 depends on CFG80211_CERTIFICATION_ONUS
0061 help
0062 Enabling this makes it possible to change the regdomain in
0063 the firmware. This can be only enabled if regulatory requirements
0064 are taken into account.
0065
0066 If unsure, say N.