162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
262306a36Sopenharmony_ciconfig WLAN_VENDOR_RSI
362306a36Sopenharmony_ci	bool "Redpine Signals Inc devices"
462306a36Sopenharmony_ci	default y
562306a36Sopenharmony_ci	help
662306a36Sopenharmony_ci	  If you have a wireless card belonging to this class, say Y.
762306a36Sopenharmony_ci
862306a36Sopenharmony_ci	  Note that the answer to this question doesn't directly affect the
962306a36Sopenharmony_ci	  kernel: saying N will just cause the configurator to skip all the
1062306a36Sopenharmony_ci	  questions about these cards. If you say Y, you will be asked for
1162306a36Sopenharmony_ci	  your specific card in the following questions.
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ciif WLAN_VENDOR_RSI
1462306a36Sopenharmony_ci
1562306a36Sopenharmony_ciconfig RSI_91X
1662306a36Sopenharmony_ci	tristate "Redpine Signals Inc 91x WLAN driver support"
1762306a36Sopenharmony_ci	select BT_HCIRSI if RSI_COEX
1862306a36Sopenharmony_ci	depends on MAC80211
1962306a36Sopenharmony_ci	help
2062306a36Sopenharmony_ci	  This option enabes support for RSI 1x1 devices.
2162306a36Sopenharmony_ci	  Select M (recommended), if you have a RSI 1x1 wireless module.
2262306a36Sopenharmony_ci
2362306a36Sopenharmony_ciconfig RSI_DEBUGFS
2462306a36Sopenharmony_ci	bool "Redpine Signals Inc debug support"
2562306a36Sopenharmony_ci	depends on RSI_91X
2662306a36Sopenharmony_ci	default y
2762306a36Sopenharmony_ci	help
2862306a36Sopenharmony_ci	 Say Y, if you would like to enable debug support. This option
2962306a36Sopenharmony_ci	 creates debugfs entries
3062306a36Sopenharmony_ci
3162306a36Sopenharmony_ciconfig RSI_SDIO
3262306a36Sopenharmony_ci	tristate "Redpine Signals SDIO bus support"
3362306a36Sopenharmony_ci	depends on MMC && RSI_91X
3462306a36Sopenharmony_ci	default m
3562306a36Sopenharmony_ci	help
3662306a36Sopenharmony_ci	  This option enables the SDIO bus support in rsi drivers.
3762306a36Sopenharmony_ci	  Select M (recommended), if you have a RSI 1x1 wireless module.
3862306a36Sopenharmony_ci
3962306a36Sopenharmony_ciconfig RSI_USB
4062306a36Sopenharmony_ci	tristate "Redpine Signals USB bus support"
4162306a36Sopenharmony_ci	depends on USB && RSI_91X
4262306a36Sopenharmony_ci	default m
4362306a36Sopenharmony_ci	help
4462306a36Sopenharmony_ci	  This option enables the USB bus support in rsi drivers.
4562306a36Sopenharmony_ci	  Select M (recommended), if you have a RSI 1x1 wireless module.
4662306a36Sopenharmony_ci
4762306a36Sopenharmony_ciconfig RSI_COEX
4862306a36Sopenharmony_ci	bool "Redpine Signals WLAN BT Coexistence support"
4962306a36Sopenharmony_ci	depends on BT && RSI_91X
5062306a36Sopenharmony_ci	depends on !(BT=m && RSI_91X=y)
5162306a36Sopenharmony_ci	default y
5262306a36Sopenharmony_ci	help
5362306a36Sopenharmony_ci	  This option enables the WLAN BT coex support in rsi drivers.
5462306a36Sopenharmony_ci	  Select M (recommended), if you have want to use this feature
5562306a36Sopenharmony_ci	  and you have RS9113 module.
5662306a36Sopenharmony_ci
5762306a36Sopenharmony_ciendif # WLAN_VENDOR_RSI
58