brintos

brintos / linux-shallow public Read only

0
0
Text · 2.0 KiB · cd96cf8 Raw
67 lines · plain
1# SPDX-License-Identifier: ISC2config ATH6KL3	tristate "Atheros mobile chipsets support"4	depends on CFG802115	help6	  This module adds core support for wireless adapters based on7	  Atheros AR6003 and AR6004 chipsets. You still need separate8	  bus drivers for USB and SDIO to be able to use real devices.9 10	  If you choose to build it as a module, it will be called11	  ath6kl_core. Please note that AR6002 and AR6001 are not12	  supported by this driver.13 14config ATH6KL_SDIO15	tristate "Atheros ath6kl SDIO support"16	depends on ATH6KL17	depends on MMC18	help19	  This module adds support for wireless adapters based on20	  Atheros AR6003 and AR6004 chipsets running over SDIO. If you21	  choose to build it as a module, it will be called ath6kl_sdio.22	  Please note that AR6002 and AR6001 are not supported by this23	  driver.24 25config ATH6KL_USB26	tristate "Atheros ath6kl USB support"27	depends on ATH6KL28	depends on USB29	help30	  This module adds support for wireless adapters based on31	  Atheros AR6004 chipset and chipsets based on it running over32	  USB. If you choose to build it as a module, it will be33	  called ath6kl_usb.34 35config ATH6KL_DEBUG36	bool "Atheros ath6kl debugging"37	depends on ATH6KL38	help39	  Enables ath6kl debug support, including debug messages40	  enabled with debug_mask module parameter and debugfs41	  interface.42 43	  If unsure, say Y to make it easier to debug problems.44 45config ATH6KL_TRACING46	bool "Atheros ath6kl tracing support"47	depends on ATH6KL48	depends on EVENT_TRACING49	help50	  Select this to ath6kl use tracing infrastructure which, for51	  example, can be enabled with help of trace-cmd. All debug52	  messages and commands are delivered to using individually53	  enablable trace points.54 55	  If unsure, say Y to make it easier to debug problems.56 57config ATH6KL_REGDOMAIN58	bool "Atheros ath6kl regdomain support"59	depends on ATH6KL60	depends on CFG80211_CERTIFICATION_ONUS61	help62	  Enabling this makes it possible to change the regdomain in63	  the firmware. This can be only enabled if regulatory requirements64	  are taken into account.65 66	  If unsure, say N.67