libertas_tf: move under marvell vendor directory
[deliverable/linux.git] / drivers / net / wireless / mwifiex / Kconfig
1 config 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/ac chipsets.
7
8 If you choose to build it as a module, it will be called
9 mwifiex.
10
11 config MWIFIEX_SDIO
12 tristate "Marvell WiFi-Ex Driver for SD8786/SD8787/SD8797/SD8887/SD8897/SD8997"
13 depends on MWIFIEX && MMC
14 select FW_LOADER
15 select WANT_DEV_COREDUMP
16 ---help---
17 This adds support for wireless adapters based on Marvell
18 8786/8787/8797/8887/8897/8997 chipsets with SDIO interface.
19
20 If you choose to build it as a module, it will be called
21 mwifiex_sdio.
22
23 config MWIFIEX_PCIE
24 tristate "Marvell WiFi-Ex Driver for PCIE 8766/8897/8997"
25 depends on MWIFIEX && PCI
26 select FW_LOADER
27 select WANT_DEV_COREDUMP
28 ---help---
29 This adds support for wireless adapters based on Marvell
30 8766/8897/8997 chipsets with PCIe interface.
31
32 If you choose to build it as a module, it will be called
33 mwifiex_pcie.
34
35 config MWIFIEX_USB
36 tristate "Marvell WiFi-Ex Driver for USB8766/8797/8997"
37 depends on MWIFIEX && USB
38 select FW_LOADER
39 ---help---
40 This adds support for wireless adapters based on Marvell
41 8797/8997 chipset with USB interface.
42
43 If you choose to build it as a module, it will be called
44 mwifiex_usb.
This page took 0.072417 seconds and 5 git commands to generate.