Kconfig 868 B

123456789101112131415161718192021222324252627282930313233
  1. config 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. If you choose to build it as a module, it will be called
  9. mwifiex.
  10. config MWIFIEX_SDIO
  11. tristate "Marvell WiFi-Ex Driver for SD8787/SD8797"
  12. depends on MWIFIEX && MMC
  13. select FW_LOADER
  14. ---help---
  15. This adds support for wireless adapters based on Marvell
  16. 8787/8797 chipsets with SDIO interface.
  17. If you choose to build it as a module, it will be called
  18. mwifiex_sdio.
  19. config MWIFIEX_PCIE
  20. tristate "Marvell WiFi-Ex Driver for PCIE 8766"
  21. depends on MWIFIEX && PCI
  22. select FW_LOADER
  23. ---help---
  24. This adds support for wireless adapters based on Marvell
  25. 8766 chipset with PCIe interface.
  26. If you choose to build it as a module, it will be called
  27. mwifiex_pcie.