Kconfig 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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 chipsets.
  7. If you choose to build it as a module, it will be called
  8. mwifiex.
  9. config MWIFIEX_SDIO
  10. tristate "Marvell WiFi-Ex Driver for SD8786/SD8787/SD8797"
  11. depends on MWIFIEX && MMC
  12. select FW_LOADER
  13. ---help---
  14. This adds support for wireless adapters based on Marvell
  15. 8786/8787/8797 chipsets with SDIO interface.
  16. If you choose to build it as a module, it will be called
  17. mwifiex_sdio.
  18. config MWIFIEX_PCIE
  19. tristate "Marvell WiFi-Ex Driver for PCIE 8766/8897"
  20. depends on MWIFIEX && PCI
  21. select FW_LOADER
  22. ---help---
  23. This adds support for wireless adapters based on Marvell
  24. 8766/8897 chipsets with PCIe interface.
  25. If you choose to build it as a module, it will be called
  26. mwifiex_pcie.
  27. config MWIFIEX_USB
  28. tristate "Marvell WiFi-Ex Driver for USB8797"
  29. depends on MWIFIEX && USB
  30. select FW_LOADER
  31. ---help---
  32. This adds support for wireless adapters based on Marvell
  33. Avastar 88W8797 chipset with USB interface.
  34. If you choose to build it as a module, it will be called
  35. mwifiex_usb.