xref: /linux/drivers/net/wireless/nxp/nxpwifi/Kconfig (revision 91ec2035134982b98fab0609a9fd8480e8217dc1)
1# SPDX-License-Identifier: GPL-2.0-only
2config NXPWIFI
3	tristate "NXP WiFi Driver" if COMPILE_TEST
4	depends on CFG80211
5	help
6	  This adds support for wireless adapters based on NXP
7	  802.11n/ac chipsets.
8
9	  If you choose to build it as a module, it will be called
10	  nxpwifi.
11
12config NXPWIFI_SDIO
13	tristate "NXP WiFi Driver for IW61x"
14	depends on CFG80211 && MMC
15	select NXPWIFI
16	select FW_LOADER
17	select WANT_DEV_COREDUMP
18	help
19	  This adds support for wireless adapters based on NXP
20	  IW61x interface.
21
22	  If you choose to build it as a module, it will be called
23	  nxpwifi_sdio.
24