^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) config WLAN_VENDOR_RSI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) bool "Redpine Signals Inc devices"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) default y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) If you have a wireless card belonging to this class, say Y.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) Note that the answer to this question doesn't directly affect the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) kernel: saying N will just cause the configurator to skip all the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) questions about these cards. If you say Y, you will be asked for
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) your specific card in the following questions.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) if WLAN_VENDOR_RSI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) config RSI_91X
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) tristate "Redpine Signals Inc 91x WLAN driver support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) select BT_HCIRSI if RSI_COEX
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) depends on MAC80211
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) This option enabes support for RSI 1x1 devices.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) Select M (recommended), if you have a RSI 1x1 wireless module.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) config RSI_DEBUGFS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) bool "Redpine Signals Inc debug support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) depends on RSI_91X
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) default y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) Say Y, if you would like to enable debug support. This option
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) creates debugfs entries
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) config RSI_SDIO
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) tristate "Redpine Signals SDIO bus support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) depends on MMC && RSI_91X
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) default m
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) This option enables the SDIO bus support in rsi drivers.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) Select M (recommended), if you have a RSI 1x1 wireless module.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) config RSI_USB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40) tristate "Redpine Signals USB bus support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41) depends on USB && RSI_91X
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42) default m
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44) This option enables the USB bus support in rsi drivers.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 45) Select M (recommended), if you have a RSI 1x1 wireless module.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 46)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 47) config RSI_COEX
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 48) bool "Redpine Signals WLAN BT Coexistence support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 49) depends on BT && RSI_91X
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 50) depends on !(BT=m && RSI_91X=y)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 51) default y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 52) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 53) This option enables the WLAN BT coex support in rsi drivers.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 54) Select M (recommended), if you have want to use this feature
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 55) and you have RS9113 module.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 56)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 57) endif # WLAN_VENDOR_RSI