• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1config MWIFIEX
2	tristate "Marvell WiFi-Ex Driver"
3	depends on CFG80211
4	---help---
5	  This adds support for wireless adapters based on Marvell
6	  802.11n chipsets.
7
8	  If you choose to build it as a module, it will be called
9	  mwifiex.
10
11config MWIFIEX_SDIO
12	tristate "Marvell WiFi-Ex Driver for SD8786/SD8787/SD8797"
13	depends on MWIFIEX && MMC
14	select FW_LOADER
15	---help---
16	  This adds support for wireless adapters based on Marvell
17	  8786/8787/8797 chipsets with SDIO interface.
18
19	  If you choose to build it as a module, it will be called
20	  mwifiex_sdio.
21
22config MWIFIEX_PCIE
23	tristate "Marvell WiFi-Ex Driver for PCIE 8766/8897"
24	depends on MWIFIEX && PCI
25	select FW_LOADER
26	---help---
27	  This adds support for wireless adapters based on Marvell
28	  8766/8897 chipsets with PCIe interface.
29
30	  If you choose to build it as a module, it will be called
31	  mwifiex_pcie.
32
33config MWIFIEX_USB
34	tristate "Marvell WiFi-Ex Driver for USB8797"
35	depends on MWIFIEX && USB
36	select FW_LOADER
37	---help---
38	  This adds support for wireless adapters based on Marvell
39	  Avastar 88W8797 chipset with USB interface.
40
41	  If you choose to build it as a module, it will be called
42	  mwifiex_usb.
43