mwifiex: add support for Marvell sd8797 device
[deliverable/linux.git] / drivers / net / wireless / mwifiex / Kconfig
CommitLineData
5e6e3a92
BZ
1config MWIFIEX
2 tristate "Marvell WiFi-Ex Driver"
3 depends on CFG80211
4 select LIB80211
5 ---help---
6 This adds support for wireless adapters based on Marvell
7 802.11n chipsets.
8
9 If you choose to build it as a module, it will be called
10 mwifiex.
11
12config MWIFIEX_SDIO
e3bea1c8 13 tristate "Marvell WiFi-Ex Driver for SD8787/SD8797"
5e6e3a92
BZ
14 depends on MWIFIEX && MMC
15 select FW_LOADER
16 ---help---
17 This adds support for wireless adapters based on Marvell
e3bea1c8 18 8787/8797 chipsets with SDIO interface.
5e6e3a92
BZ
19
20 If you choose to build it as a module, it will be called
21 mwifiex_sdio.
d930faee
AK
22
23config MWIFIEX_PCIE
24 tristate "Marvell WiFi-Ex Driver for PCIE 8766"
25 depends on MWIFIEX && PCI
26 select FW_LOADER
27 ---help---
28 This adds support for wireless adapters based on Marvell
29 8766 chipset with PCIe interface.
30
31 If you choose to build it as a module, it will be called
32 mwifiex_pcie.
This page took 0.097596 seconds and 5 git commands to generate.