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