hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/net/wireless/ath/wcn36xx/Kconfig
....@@ -1,9 +1,10 @@
1
+# SPDX-License-Identifier: ISC
12 config WCN36XX
23 tristate "Qualcomm Atheros WCN3660/3680 support"
34 depends on MAC80211 && HAS_DMA
45 depends on QCOM_WCNSS_CTRL || QCOM_WCNSS_CTRL=n
56 depends on RPMSG || RPMSG=n
6
- ---help---
7
+ help
78 This module adds support for wireless adapters based on
89 Qualcomm Atheros WCN3660 and WCN3680 mobile chipsets.
910
....@@ -12,7 +13,7 @@
1213 config WCN36XX_DEBUGFS
1314 bool "WCN36XX debugfs support"
1415 depends on WCN36XX
15
- ---help---
16
+ help
1617 Enabled debugfs support
1718
1819 If unsure, say Y to make it easier to debug problems.