Kconfig 553 B

12345678910111213141516171819202122
  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"
  12. depends on MWIFIEX && MMC
  13. select FW_LOADER
  14. ---help---
  15. This adds support for wireless adapters based on Marvell
  16. 8787 chipset with SDIO interface.
  17. If you choose to build it as a module, it will be called
  18. mwifiex_sdio.