Kconfig 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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/ac 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/SD8887/SD8897/SD8997"
  11. depends on MWIFIEX && MMC
  12. select FW_LOADER
  13. select WANT_DEV_COREDUMP
  14. ---help---
  15. This adds support for wireless adapters based on Marvell
  16. 8786/8787/8797/8887/8897/8997 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/8897/8997"
  21. depends on MWIFIEX && PCI
  22. select FW_LOADER
  23. select WANT_DEV_COREDUMP
  24. ---help---
  25. This adds support for wireless adapters based on Marvell
  26. 8766/8897/8997 chipsets with PCIe interface.
  27. If you choose to build it as a module, it will be called
  28. mwifiex_pcie.
  29. config MWIFIEX_USB
  30. tristate "Marvell WiFi-Ex Driver for USB8766/8797/8997"
  31. depends on MWIFIEX && USB
  32. select FW_LOADER
  33. ---help---
  34. This adds support for wireless adapters based on Marvell
  35. 8797/8997 chipset with USB interface.
  36. If you choose to build it as a module, it will be called
  37. mwifiex_usb.