# SPDX-License-Identifier: GPL-2.0-only

config WLAN_VENDOR_XRADIO
       tristate "XRADIO WLAN support"
       depends on MAC80211
       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_XRADIO

config XRADIO_NON_POWER_OF_TWO_BLOCKSIZES
	bool "Platform supports non-power-of-two SDIO transfer"
	depends on WLAN_VENDOR_XRADIO
	default y
	help
	  Say N here only if you are running the driver on a platform
	  which does not have support for non-power-of-two SDIO transfer.
	  If unsure, say Y.

config XRADIO_5GHZ_SUPPORT
	bool "5GHz band support"
	depends on WLAN_VENDOR_XRADIO
	default n
	help
	  Say Y if your device supports 5GHz band. If unsure, say N.

config XRADIO_WAPI_SUPPORT
	bool "WAPI support"
	depends on WLAN_VENDOR_XRADIO
	default n
	help
	  Say Y if your compat-wireless support WAPI.
	  If unsure, say N.

config XRADIO_USE_EXTENSIONS
	bool "Extensions for WFD and PS mode"
	depends on WLAN_VENDOR_XRADIO
	default y
	help
	  Say Y if you want to include XR extensions
	  If unsure, say Y.

endif # WLAN_VENDOR_XRADIO
