brintos

brintos / linux-shallow public Read only

0
0
Text · 557 B · 5832c7e Raw
20 lines · plain
1# SPDX-License-Identifier: ISC2config WCN36XX3	tristate "Qualcomm Atheros WCN3660/3680 support"4	depends on MAC80211 && HAS_DMA5	depends on QCOM_WCNSS_CTRL || QCOM_WCNSS_CTRL=n6	depends on RPMSG || RPMSG=n7	help8	  This module adds support for wireless adapters based on9	  Qualcomm Atheros WCN3660 and WCN3680 mobile chipsets.10 11	  If you choose to build a module, it'll be called wcn36xx.12 13config WCN36XX_DEBUGFS14	bool "WCN36XX debugfs support"15	depends on WCN36XX16	help17	  Enabled debugfs support18 19	  If unsure, say Y to make it easier to debug problems.20