0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config WLAN_VENDOR_RSI
0003 bool "Redpine Signals Inc devices"
0004 default y
0005 help
0006 If you have a wireless card belonging to this class, say Y.
0007
0008 Note that the answer to this question doesn't directly affect the
0009 kernel: saying N will just cause the configurator to skip all the
0010 questions about these cards. If you say Y, you will be asked for
0011 your specific card in the following questions.
0012
0013 if WLAN_VENDOR_RSI
0014
0015 config RSI_91X
0016 tristate "Redpine Signals Inc 91x WLAN driver support"
0017 select BT_HCIRSI if RSI_COEX
0018 depends on MAC80211
0019 help
0020 This option enabes support for RSI 1x1 devices.
0021 Select M (recommended), if you have a RSI 1x1 wireless module.
0022
0023 config RSI_DEBUGFS
0024 bool "Redpine Signals Inc debug support"
0025 depends on RSI_91X
0026 default y
0027 help
0028 Say Y, if you would like to enable debug support. This option
0029 creates debugfs entries
0030
0031 config RSI_SDIO
0032 tristate "Redpine Signals SDIO bus support"
0033 depends on MMC && RSI_91X
0034 default m
0035 help
0036 This option enables the SDIO bus support in rsi drivers.
0037 Select M (recommended), if you have a RSI 1x1 wireless module.
0038
0039 config RSI_USB
0040 tristate "Redpine Signals USB bus support"
0041 depends on USB && RSI_91X
0042 default m
0043 help
0044 This option enables the USB bus support in rsi drivers.
0045 Select M (recommended), if you have a RSI 1x1 wireless module.
0046
0047 config RSI_COEX
0048 bool "Redpine Signals WLAN BT Coexistence support"
0049 depends on BT && RSI_91X
0050 depends on !(BT=m && RSI_91X=y)
0051 default y
0052 help
0053 This option enables the WLAN BT coex support in rsi drivers.
0054 Select M (recommended), if you have want to use this feature
0055 and you have RS9113 module.
0056
0057 endif # WLAN_VENDOR_RSI