menuconfig WL_MARVELL
	bool "Marvell Wireless LAN support"
	---help---
	  This section contains support for the Marvell wireless drivers
	  mlan and sd8xxx.

if WL_MARVELL

config MARVELL_MLAN
	tristate "Marvell mlan module"
	default m
	---help---
	  Enable this for the Marvell mlan.ko module.

config MARVELL_SD8XXX
	tristate "Marvell sd8xxx module"
	depends on MARVELL_MLAN && CFG80211
	default m
	---help---
	  Enable this for the Marvell sd8xxx.ko module.

config MARVELL_STA
	bool
	default y
	depends on (WIRELESS_EXT && WEXT_PRIV) || CFG80211

config MARVELL_STA_WEXT
	bool
	default y
	depends on MARVELL_STA && WIRELESS_EXT && WEXT_PRIV

config MARVELL_STA_CFG80211
	bool
	default y
	depends on MARVELL_STA && CFG80211

config MARVELL_UAP
	bool
	default y
	depends on (WIRELESS_EXT && WEXT_PRIV) || CFG80211

config MARVELL_UAP_WEXT
	bool
	default y
	depends on MARVELL_UAP && WIRELESS_EXT && WEXT_PRIV

config MARVELL_UAP_CFG80211
	bool
	default y
	depends on MARVELL_UAP && CFG80211

config MARVELL_WIFI_DIRECT
	bool
	default n
	depends on MARVELL_STA && MARVELL_UAP

config MARVELL_WIFI_DISPLAY
	bool
	default n
	depends on MARVELL_STA && MARVELL_UAP

endif # WL_MARVELL
