1# SPDX-License-Identifier: GPL-2.0-only
2config MWIFIEX
3	tristate "Marvell WiFi-Ex Driver"
4	depends on CFG80211
5	help
6	  This adds support for wireless adapters based on Marvell
7	  802.11n/ac chipsets.
8
9	  If you choose to build it as a module, it will be called
10	  mwifiex.
11
12config MWIFIEX_SDIO
13	tristate "Marvell WiFi-Ex Driver for SD8786/SD8787/SD8797/SD8887/SD8897/SD8977/SD8987/SD8997"
14	depends on MWIFIEX && MMC
15	select FW_LOADER
16	select WANT_DEV_COREDUMP
17	help
18	  This adds support for wireless adapters based on Marvell
19	  8786/8787/8797/8887/8897/8977/8987/8997 chipsets with SDIO interface.
20
21	  If you choose to build it as a module, it will be called
22	  mwifiex_sdio.
23
24config MWIFIEX_PCIE
25	tristate "Marvell WiFi-Ex Driver for PCIE 8766/8897/8997"
26	depends on MWIFIEX && PCI
27	select FW_LOADER
28	select WANT_DEV_COREDUMP
29	help
30	  This adds support for wireless adapters based on Marvell
31	  8766/8897/8997 chipsets with PCIe interface.
32
33	  If you choose to build it as a module, it will be called
34	  mwifiex_pcie.
35
36config MWIFIEX_USB
37	tristate "Marvell WiFi-Ex Driver for USB8766/8797/8997"
38	depends on MWIFIEX && USB
39	select FW_LOADER
40	help
41	  This adds support for wireless adapters based on Marvell
42	  8797/8997 chipset with USB interface.
43
44	  If you choose to build it as a module, it will be called
45	  mwifiex_usb.
46