# SPDX-License-Identifier: ISC config [31mCONFIG_ATH6KL[0m tristate "Atheros mobile chipsets support" depends on [31mCONFIG_CFG80211[0m ---help--- This module adds core support for wireless adapters based on Atheros AR6003 and AR6004 chipsets. You still need separate bus drivers for [31mCONFIG_USB[0m and SDIO to be able to use real devices. If you choose to build it as a module, it will be called ath6kl_core. Please note that AR6002 and AR6001 are not supported by this driver. config [31mCONFIG_ATH6KL_SDIO[0m tristate "Atheros ath6kl SDIO support" depends on [31mCONFIG_ATH6KL[0m depends on [31mCONFIG_MMC[0m ---help--- This module adds support for wireless adapters based on Atheros AR6003 and AR6004 chipsets running over SDIO. If you choose to build it as a module, it will be called ath6kl_sdio. Please note that AR6002 and AR6001 are not supported by this driver. config [31mCONFIG_ATH6KL_USB[0m tristate "Atheros ath6kl USB support" depends on [31mCONFIG_ATH6KL[0m depends on [31mCONFIG_USB[0m ---help--- This module adds support for wireless adapters based on Atheros AR6004 chipset and chipsets based on it running over [31mCONFIG_USB[0m. If you choose to build it as a module, it will be called ath6kl_usb. config [31mCONFIG_ATH6KL_DEBUG[0m bool "Atheros ath6kl debugging" depends on [31mCONFIG_ATH6KL[0m ---help--- Enables ath6kl debug support, including debug messages enabled with debug_mask module parameter and debugfs interface. If unsure, say Y to make it easier to debug problems. config [31mCONFIG_ATH6KL_TRACING[0m bool "Atheros ath6kl tracing support" depends on [31mCONFIG_ATH6KL[0m depends on [31mCONFIG_EVENT_TRACING[0m ---help--- Select this to ath6kl use tracing infrastructure which, for example, can be enabled with help of trace-cmd. All debug messages and commands are delivered to using individually enablable trace points. If unsure, say Y to make it easier to debug problems. config [31mCONFIG_ATH6KL_REGDOMAIN[0m bool "Atheros ath6kl regdomain support" depends on [31mCONFIG_ATH6KL[0m depends on [31mCONFIG_CFG80211_CERTIFICATION_ONUS[0m ---help--- Enabling this makes it possible to change the regdomain in the firmware. This can be only enabled if regulatory requirements are taken into account. If unsure, say N. |