File: //usr/src/linux-headers-4.4.0-209-generic/ubuntu/rsi/Kconfig
config WLAN_VENDOR_RSI
bool "Redpine Signals Inc devices"
depends on X86 || X86_64
default y
---help---
If you have a wireless card belonging to this class, say Y.
Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all
the questions about cards. If you say Y, you will be asked for
your specific card in the following questions.
if WLAN_VENDOR_RSI
config VEN_RSI_91X
tristate "Redpine Signals Inc 91x WLAN driver support"
depends on MAC80211
---help---
This option enabes support for RSI 1x1 devices.
Select M (recommended), if you have a RSI 1x1 wireless module.
config VEN_RSI_DEBUGFS
bool "Redpine Signals Inc debug support"
depends on VEN_RSI_91X
default y
---help---
Say Y, if you would like to enable debug support. This option
creates debugfs entries
config VEN_RSI_SDIO
tristate "Redpine Signals SDIO bus support"
depends on MMC && VEN_RSI_91X
default m
---help---
This option enables the SDIO bus support in rsi drivers.
Select M (recommended), if you have a RSI 1x1 wireless module.
config VEN_RSI_USB
tristate "Redpine Signals USB bus support"
depends on USB && VEN_RSI_91X
default m
---help---
This option enables the USB bus support in rsi drivers.
Select M (recommended), if you have a RSI 1x1 wireless module.
config VEN_RSI_BT_ALONE
bool "Redpine Signals BT alone (classic/LE) mode support"
depends on VEN_RSI_91X
default n
---help---
This option enables the BT classic alone upport in rsi drivers.
Say Y, if you want to use this feature.
config VEN_RSI_COEX
bool "Redpine Signals Wi-Fi BT Coex support"
depends on VEN_RSI_91X
default n
---help---
This option enables the Wi-Fi BT coex support in rsi drivers.
Select Y, if you have to use this feature.
config VEN_RSI_WOW
bool "Redpine Signals WoWLAN support"
depends on VEN_RSI_91X
default n
---help---
This option enables the WoWLAN support.
Say Y if you want to use this feature.
config VEN_RSI_P2P
bool "Redpine Signals Wi-Fi Direct support"
depends on VEN_RSI_91X
default n
---help---
This option enables the Wi-Fi Direct support in rsi drivers.
Select Y, if you have to use this feature.
config HW_SCAN_OFFLOAD
bool "Redpine Signals Hardware scan offload feature"
depends on VEN_RSI_91X
default n
---help---
This option enables the hardware scan offload option in rsi drivers.
Select Y, if you have to use this feature.
config CARACALLA_BOARD
bool "Redpine device support on Caracalla board"
depends on VEN_RSI_91X
default n
---help---
This option is used to support Caracalla board with RSI driver.
Select Y, if you have to use this support.
endif # WLAN_VENDOR_RSI