forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/net/wireless/ti/wl1251/Kconfig
....@@ -1,9 +1,10 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config WL1251
23 tristate "TI wl1251 driver support"
34 depends on MAC80211
45 select FW_LOADER
56 select CRC7
6
- ---help---
7
+ help
78 This will enable TI wl1251 driver support. The drivers make
89 use of the mac80211 stack.
910
....@@ -13,7 +14,7 @@
1314 config WL1251_SPI
1415 tristate "TI wl1251 SPI support"
1516 depends on WL1251 && SPI_MASTER
16
- ---help---
17
+ help
1718 This module adds support for the SPI interface of adapters using
1819 TI wl1251 chipset. Select this if your platform is using
1920 the SPI bus.
....@@ -24,7 +25,7 @@
2425 config WL1251_SDIO
2526 tristate "TI wl1251 SDIO support"
2627 depends on WL1251 && MMC
27
- ---help---
28
+ help
2829 This module adds support for the SDIO interface of adapters using
2930 TI wl1251 chipset. Select this if your platform is using
3031 the SDIO bus.