]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blob - drivers/net/wireless/ath/wcn36xx/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-hirsute-kernel.git] / drivers / net / wireless / ath / wcn36xx / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 config 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
13 config 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.