forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/net/wireless/rsi/Kconfig
....@@ -1,7 +1,8 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config WLAN_VENDOR_RSI
23 bool "Redpine Signals Inc devices"
34 default y
4
- ---help---
5
+ help
56 If you have a wireless card belonging to this class, say Y.
67
78 Note that the answer to this question doesn't directly affect the
....@@ -15,7 +16,7 @@
1516 tristate "Redpine Signals Inc 91x WLAN driver support"
1617 select BT_HCIRSI if RSI_COEX
1718 depends on MAC80211
18
- ---help---
19
+ help
1920 This option enabes support for RSI 1x1 devices.
2021 Select M (recommended), if you have a RSI 1x1 wireless module.
2122
....@@ -23,7 +24,7 @@
2324 bool "Redpine Signals Inc debug support"
2425 depends on RSI_91X
2526 default y
26
- ---help---
27
+ help
2728 Say Y, if you would like to enable debug support. This option
2829 creates debugfs entries
2930
....@@ -31,7 +32,7 @@
3132 tristate "Redpine Signals SDIO bus support"
3233 depends on MMC && RSI_91X
3334 default m
34
- ---help---
35
+ help
3536 This option enables the SDIO bus support in rsi drivers.
3637 Select M (recommended), if you have a RSI 1x1 wireless module.
3738
....@@ -39,7 +40,7 @@
3940 tristate "Redpine Signals USB bus support"
4041 depends on USB && RSI_91X
4142 default m
42
- ---help---
43
+ help
4344 This option enables the USB bus support in rsi drivers.
4445 Select M (recommended), if you have a RSI 1x1 wireless module.
4546
....@@ -48,7 +49,7 @@
4849 depends on BT && RSI_91X
4950 depends on !(BT=m && RSI_91X=y)
5051 default y
51
- ---help---
52
+ help
5253 This option enables the WLAN BT coex support in rsi drivers.
5354 Select M (recommended), if you have want to use this feature
5455 and you have RS9113 module.