brintos

brintos / linux-shallow public Read only

0
0
Text · 1.3 KiB · b182f71 Raw
47 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config MWIFIEX3	tristate "Marvell WiFi-Ex Driver"4	depends on CFG802115	help6	  This adds support for wireless adapters based on Marvell7	  802.11n/ac chipsets.8 9	  If you choose to build it as a module, it will be called10	  mwifiex.11 12config MWIFIEX_SDIO13	tristate "Marvell WiFi-Ex Driver for SD8786/SD8787/SD8797/SD8887/SD8897/SD8977/SD8978/SD8987/SD8997"14	depends on MWIFIEX && MMC15	select FW_LOADER16	select WANT_DEV_COREDUMP17	help18	  This adds support for wireless adapters based on Marvell19	  8786/8787/8797/8887/8897/8977/8978/8987/8997 chipsets with20	  SDIO interface. SD8978 is also known as NXP IW416.21 22	  If you choose to build it as a module, it will be called23	  mwifiex_sdio.24 25config MWIFIEX_PCIE26	tristate "Marvell WiFi-Ex Driver for PCIE 8766/8897/8997"27	depends on MWIFIEX && PCI28	select FW_LOADER29	select WANT_DEV_COREDUMP30	help31	  This adds support for wireless adapters based on Marvell32	  8766/8897/8997 chipsets with PCIe interface.33 34	  If you choose to build it as a module, it will be called35	  mwifiex_pcie.36 37config MWIFIEX_USB38	tristate "Marvell WiFi-Ex Driver for USB8766/8797/8997"39	depends on MWIFIEX && USB40	select FW_LOADER41	help42	  This adds support for wireless adapters based on Marvell43	  8797/8997 chipset with USB interface.44 45	  If you choose to build it as a module, it will be called46	  mwifiex_usb.47