Kconfig 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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 SD8786/SD8787/SD8797"
  12. depends on MWIFIEX && MMC
  13. select FW_LOADER
  14. ---help---
  15. This adds support for wireless adapters based on Marvell
  16. 8786/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.
  28. config MWIFIEX_USB
  29. tristate "Marvell WiFi-Ex Driver for USB8797"
  30. depends on MWIFIEX && USB
  31. select FW_LOADER
  32. ---help---
  33. This adds support for wireless adapters based on Marvell
  34. Avastar 88W8797 chipset with USB interface.
  35. If you choose to build it as a module, it will be called
  36. mwifiex_usb.