2019-06-25 14:52:25 +00:00
|
|
|
# SPDX-License-Identifier: ISC
|
2013-10-08 20:25:58 +00:00
|
|
|
config WCN36XX
|
|
|
|
tristate "Qualcomm Atheros WCN3660/3680 support"
|
|
|
|
depends on MAC80211 && HAS_DMA
|
2017-01-11 14:32:18 +00:00
|
|
|
depends on QCOM_WCNSS_CTRL || QCOM_WCNSS_CTRL=n
|
2017-03-28 05:26:33 +00:00
|
|
|
depends on RPMSG || RPMSG=n
|
2020-06-13 16:50:22 +00:00
|
|
|
help
|
2013-10-08 20:25:58 +00:00
|
|
|
This module adds support for wireless adapters based on
|
|
|
|
Qualcomm Atheros WCN3660 and WCN3680 mobile chipsets.
|
|
|
|
|
|
|
|
If you choose to build a module, it'll be called wcn36xx.
|
|
|
|
|
|
|
|
config WCN36XX_DEBUGFS
|
|
|
|
bool "WCN36XX debugfs support"
|
|
|
|
depends on WCN36XX
|
2020-06-13 16:50:22 +00:00
|
|
|
help
|
2013-10-08 20:25:58 +00:00
|
|
|
Enabled debugfs support
|
|
|
|
|
|
|
|
If unsure, say Y to make it easier to debug problems.
|