blob: 38a8820084dd84b7def5d7b4d0a51c057b54654d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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.
|