config WLAN_VENDOR_REDPINE
	bool "Redpine Signals Inc devices - PROPRIETARY DRIVER"
	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_REDPINE

config REDPINE_91X
	tristate "Redpine Signals Inc 91x WLAN driver support"
	depends on MAC80211
	help
	  This option enabes support for REDPINE 1x1 devices.
	  Select M (recommended), if you have a REDPINE 1x1 wireless module.

config REDPINE_DEBUGFS
	bool "Redpine Signals Inc debug support"
	depends on REDPINE_91X
	default y
	help
	 Say Y, if you would like to enable debug support. This option
	 creates debugfs entries.

config REDPINE_SDIO
	tristate "Redpine Signals SDIO bus support"
	depends on MMC && REDPINE_91X
	default m
	help
	  This option enables the SDIO bus support in rsi drivers.
	  Select M (recommended), if you have a REDPINE 1x1 wireless module.

config REDPINE_USB
	tristate "Redpine Signals USB bus support"
	depends on USB && REDPINE_91X
	default m
	help
	  This option enables the USB bus support in rsi drivers.
	  Select M (recommended), if you have a REDPINE 1x1 wireless module.

config REDPINE_BT_ALONE
	bool "Redpine Signals BT alone (classic/LE) mode support"
	depends on REDPINE_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 REDPINE_COEX_MODE
	bool "Redpine Signals Wi-Fi BT Coex support"
	depends on REDPINE_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 REDPINE_WOW
	bool "Redpine Signals WoWLAN support"
	depends on REDPINE_91X
	default n
	help
	  This option enables the WoWLAN support.
	  Say Y if you want to use this feature.

config REDPINE_P2P
	bool "Redpine Signals Wi-Fi Direct support"
	depends on REDPINE_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 CARACALLA_BOARD 
	bool "Redpine device support on Caracalla board"
	depends on REDPINE_91X
	default n
	help
	  This option is used to support Caracalla board with REDPINE driver.
	  Select Y, if you have to use this support.

config REDPINE_ZIGB 
	bool "Redpine device support on Zigbee"
	depends on REDPINE_91X && REDPINE_COEX_MODE
	default n
	help
	  This option is used to support Zigbee with REDPINE driver.
	  Select Y, if you have to use this support.

config RS9116_FLASH_MODE
	bool "Redpine Signals RS9116 chip Flash mode FW load support"
	depends on REDPINE_91X && REDPINE_COEX_MODE
	default n
	help
	  This option enables Flash mode FW load support for RS9116.
	  Say Y if you want to use this feature.

config RS9116_PURISM
	bool "Redpine Signals PURISM FW support"
	depends on REDPINE_91X && REDPINE_COEX_MODE && RS9116_FLASH_MODE
	default n
	help
	  This option enables the PURISM FW support.
	  Say Y if you want to use this feature.

config REDPINE_LOAD_FW_FROM_FLASH_ONLY
	bool "Redpine Signals load fw from flash only"
	depends on REDPINE_91X && REDPINE_COEX_MODE && RS9116_FLASH_MODE
	default n
	help
	  This option enables the load fw from flash only mode.
	  Say Y if you want to use this feature.

endif # WLAN_VENDOR_REDPINE
