Linux Audio

Check our new training course

Loading...
 1# SPDX-License-Identifier: ISC
 2config WCN36XX
 3	tristate "Qualcomm Atheros WCN3660/3680 support"
 4	depends on MAC80211 && HAS_DMA
 5	depends on QCOM_WCNSS_CTRL || QCOM_WCNSS_CTRL=n
 6	depends on RPMSG || RPMSG=n
 7	help
 8	  This module adds support for wireless adapters based on
 9	  Qualcomm Atheros WCN3660 and WCN3680 mobile chipsets.
10
11	  If you choose to build a module, it'll be called wcn36xx.
12
13config WCN36XX_DEBUGFS
14	bool "WCN36XX debugfs support"
15	depends on WCN36XX
16	help
17	  Enabled debugfs support
18
19	  If unsure, say Y to make it easier to debug problems.