.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | config WLAN_VENDOR_RSI |
---|
2 | 3 | bool "Redpine Signals Inc devices" |
---|
3 | 4 | default y |
---|
4 | | - ---help--- |
---|
| 5 | + help |
---|
5 | 6 | If you have a wireless card belonging to this class, say Y. |
---|
6 | 7 | |
---|
7 | 8 | Note that the answer to this question doesn't directly affect the |
---|
.. | .. |
---|
15 | 16 | tristate "Redpine Signals Inc 91x WLAN driver support" |
---|
16 | 17 | select BT_HCIRSI if RSI_COEX |
---|
17 | 18 | depends on MAC80211 |
---|
18 | | - ---help--- |
---|
| 19 | + help |
---|
19 | 20 | This option enabes support for RSI 1x1 devices. |
---|
20 | 21 | Select M (recommended), if you have a RSI 1x1 wireless module. |
---|
21 | 22 | |
---|
.. | .. |
---|
23 | 24 | bool "Redpine Signals Inc debug support" |
---|
24 | 25 | depends on RSI_91X |
---|
25 | 26 | default y |
---|
26 | | - ---help--- |
---|
| 27 | + help |
---|
27 | 28 | Say Y, if you would like to enable debug support. This option |
---|
28 | 29 | creates debugfs entries |
---|
29 | 30 | |
---|
.. | .. |
---|
31 | 32 | tristate "Redpine Signals SDIO bus support" |
---|
32 | 33 | depends on MMC && RSI_91X |
---|
33 | 34 | default m |
---|
34 | | - ---help--- |
---|
| 35 | + help |
---|
35 | 36 | This option enables the SDIO bus support in rsi drivers. |
---|
36 | 37 | Select M (recommended), if you have a RSI 1x1 wireless module. |
---|
37 | 38 | |
---|
.. | .. |
---|
39 | 40 | tristate "Redpine Signals USB bus support" |
---|
40 | 41 | depends on USB && RSI_91X |
---|
41 | 42 | default m |
---|
42 | | - ---help--- |
---|
| 43 | + help |
---|
43 | 44 | This option enables the USB bus support in rsi drivers. |
---|
44 | 45 | Select M (recommended), if you have a RSI 1x1 wireless module. |
---|
45 | 46 | |
---|
.. | .. |
---|
48 | 49 | depends on BT && RSI_91X |
---|
49 | 50 | depends on !(BT=m && RSI_91X=y) |
---|
50 | 51 | default y |
---|
51 | | - ---help--- |
---|
| 52 | + help |
---|
52 | 53 | This option enables the WLAN BT coex support in rsi drivers. |
---|
53 | 54 | Select M (recommended), if you have want to use this feature |
---|
54 | 55 | and you have RS9113 module. |
---|