forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/net/wireless/ti/wlcore/Kconfig
....@@ -1,8 +1,9 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config WLCORE
23 tristate "TI wlcore support"
34 depends on MAC80211
45 select FW_LOADER
5
- ---help---
6
+ help
67 This module contains the main code for TI WLAN chips. It abstracts
78 hardware-specific differences among different chipset families.
89 Each chipset family needs to implement its own lower-level module
....@@ -15,7 +16,7 @@
1516 tristate "TI wlcore SPI support"
1617 depends on WLCORE && SPI_MASTER && OF
1718 select CRC7
18
- ---help---
19
+ help
1920 This module adds support for the SPI interface of adapters using
2021 TI WLAN chipsets. Select this if your platform is using
2122 the SPI bus.
....@@ -26,7 +27,7 @@
2627 config WLCORE_SDIO
2728 tristate "TI wlcore SDIO support"
2829 depends on WLCORE && MMC
29
- ---help---
30
+ help
3031 This module adds support for the SDIO interface of adapters using
3132 TI WLAN chipsets. Select this if your platform is using
3233 the SDIO bus.