mirror of
https://github.com/torvalds/linux.git
synced 2024-12-23 03:11:46 +00:00
ec8f24b7fa
Add SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any form These files fall under the project license, GPL v2 only. The resulting SPDX license identifier is: GPL-2.0-only Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
20 lines
578 B
Plaintext
20 lines
578 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config WCN36XX
|
|
tristate "Qualcomm Atheros WCN3660/3680 support"
|
|
depends on MAC80211 && HAS_DMA
|
|
depends on QCOM_WCNSS_CTRL || QCOM_WCNSS_CTRL=n
|
|
depends on RPMSG || RPMSG=n
|
|
---help---
|
|
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
|
|
---help---
|
|
Enabled debugfs support
|
|
|
|
If unsure, say Y to make it easier to debug problems.
|