# SPDX-License-Identifier: GPL-2.0-only
config NXPWIFI
	tristate "NXP WiFi Driver" if COMPILE_TEST
	depends on CFG80211
	help
	  This adds support for wireless adapters based on NXP
	  802.11n/ac chipsets.

	  If you choose to build it as a module, it will be called
	  nxpwifi.

config NXPWIFI_SDIO
	tristate "NXP WiFi Driver for IW61x"
	depends on CFG80211 && MMC
	select NXPWIFI
	select FW_LOADER
	select WANT_DEV_COREDUMP
	help
	  This adds support for wireless adapters based on NXP
	  IW61x interface.

	  If you choose to build it as a module, it will be called
	  nxpwifi_sdio.
