Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config MWIFIEX
0003         tristate "Marvell WiFi-Ex Driver"
0004         depends on CFG80211
0005         help
0006           This adds support for wireless adapters based on Marvell
0007           802.11n/ac chipsets.
0008 
0009           If you choose to build it as a module, it will be called
0010           mwifiex.
0011 
0012 config MWIFIEX_SDIO
0013         tristate "Marvell WiFi-Ex Driver for SD8786/SD8787/SD8797/SD8887/SD8897/SD8977/SD8987/SD8997"
0014         depends on MWIFIEX && MMC
0015         select FW_LOADER
0016         select WANT_DEV_COREDUMP
0017         help
0018           This adds support for wireless adapters based on Marvell
0019           8786/8787/8797/8887/8897/8977/8987/8997 chipsets with SDIO interface.
0020 
0021           If you choose to build it as a module, it will be called
0022           mwifiex_sdio.
0023 
0024 config MWIFIEX_PCIE
0025         tristate "Marvell WiFi-Ex Driver for PCIE 8766/8897/8997"
0026         depends on MWIFIEX && PCI
0027         select FW_LOADER
0028         select WANT_DEV_COREDUMP
0029         help
0030           This adds support for wireless adapters based on Marvell
0031           8766/8897/8997 chipsets with PCIe interface.
0032 
0033           If you choose to build it as a module, it will be called
0034           mwifiex_pcie.
0035 
0036 config MWIFIEX_USB
0037         tristate "Marvell WiFi-Ex Driver for USB8766/8797/8997"
0038         depends on MWIFIEX && USB
0039         select FW_LOADER
0040         help
0041           This adds support for wireless adapters based on Marvell
0042           8797/8997 chipset with USB interface.
0043 
0044           If you choose to build it as a module, it will be called
0045           mwifiex_usb.