18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
28c2ecf20Sopenharmony_ciconfig WLAN_VENDOR_RSI
38c2ecf20Sopenharmony_ci	bool "Redpine Signals Inc devices"
48c2ecf20Sopenharmony_ci	default y
58c2ecf20Sopenharmony_ci	help
68c2ecf20Sopenharmony_ci	  If you have a wireless card belonging to this class, say Y.
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ci	  Note that the answer to this question doesn't directly affect the
98c2ecf20Sopenharmony_ci	  kernel: saying N will just cause the configurator to skip all the
108c2ecf20Sopenharmony_ci	  questions about these cards. If you say Y, you will be asked for
118c2ecf20Sopenharmony_ci	  your specific card in the following questions.
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ciif WLAN_VENDOR_RSI
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ciconfig RSI_91X
168c2ecf20Sopenharmony_ci	tristate "Redpine Signals Inc 91x WLAN driver support"
178c2ecf20Sopenharmony_ci	select BT_HCIRSI if RSI_COEX
188c2ecf20Sopenharmony_ci	depends on MAC80211
198c2ecf20Sopenharmony_ci	help
208c2ecf20Sopenharmony_ci	  This option enabes support for RSI 1x1 devices.
218c2ecf20Sopenharmony_ci	  Select M (recommended), if you have a RSI 1x1 wireless module.
228c2ecf20Sopenharmony_ci
238c2ecf20Sopenharmony_ciconfig RSI_DEBUGFS
248c2ecf20Sopenharmony_ci	bool "Redpine Signals Inc debug support"
258c2ecf20Sopenharmony_ci	depends on RSI_91X
268c2ecf20Sopenharmony_ci	default y
278c2ecf20Sopenharmony_ci	help
288c2ecf20Sopenharmony_ci	 Say Y, if you would like to enable debug support. This option
298c2ecf20Sopenharmony_ci	 creates debugfs entries
308c2ecf20Sopenharmony_ci
318c2ecf20Sopenharmony_ciconfig RSI_SDIO
328c2ecf20Sopenharmony_ci	tristate "Redpine Signals SDIO bus support"
338c2ecf20Sopenharmony_ci	depends on MMC && RSI_91X
348c2ecf20Sopenharmony_ci	default m
358c2ecf20Sopenharmony_ci	help
368c2ecf20Sopenharmony_ci	  This option enables the SDIO bus support in rsi drivers.
378c2ecf20Sopenharmony_ci	  Select M (recommended), if you have a RSI 1x1 wireless module.
388c2ecf20Sopenharmony_ci
398c2ecf20Sopenharmony_ciconfig RSI_USB
408c2ecf20Sopenharmony_ci	tristate "Redpine Signals USB bus support"
418c2ecf20Sopenharmony_ci	depends on USB && RSI_91X
428c2ecf20Sopenharmony_ci	default m
438c2ecf20Sopenharmony_ci	help
448c2ecf20Sopenharmony_ci	  This option enables the USB bus support in rsi drivers.
458c2ecf20Sopenharmony_ci	  Select M (recommended), if you have a RSI 1x1 wireless module.
468c2ecf20Sopenharmony_ci
478c2ecf20Sopenharmony_ciconfig RSI_COEX
488c2ecf20Sopenharmony_ci	bool "Redpine Signals WLAN BT Coexistence support"
498c2ecf20Sopenharmony_ci	depends on BT && RSI_91X
508c2ecf20Sopenharmony_ci	depends on !(BT=m && RSI_91X=y)
518c2ecf20Sopenharmony_ci	default y
528c2ecf20Sopenharmony_ci	help
538c2ecf20Sopenharmony_ci	  This option enables the WLAN BT coex support in rsi drivers.
548c2ecf20Sopenharmony_ci	  Select M (recommended), if you have want to use this feature
558c2ecf20Sopenharmony_ci	  and you have RS9113 module.
568c2ecf20Sopenharmony_ci
578c2ecf20Sopenharmony_ciendif # WLAN_VENDOR_RSI
58