Kconfig 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config MWIFIEX
  3. tristate "Marvell WiFi-Ex Driver"
  4. depends on CFG80211
  5. help
  6. This adds support for wireless adapters based on Marvell
  7. 802.11n/ac 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/SD8887/SD8897/SD8977/SD8987/SD8997"
  12. depends on MWIFIEX && MMC
  13. select FW_LOADER
  14. select WANT_DEV_COREDUMP
  15. help
  16. This adds support for wireless adapters based on Marvell
  17. 8786/8787/8797/8887/8897/8977/8987/8997 chipsets with SDIO interface.
  18. If you choose to build it as a module, it will be called
  19. mwifiex_sdio.
  20. config MWIFIEX_PCIE
  21. tristate "Marvell WiFi-Ex Driver for PCIE 8766/8897/8997"
  22. depends on MWIFIEX && PCI
  23. select FW_LOADER
  24. select WANT_DEV_COREDUMP
  25. help
  26. This adds support for wireless adapters based on Marvell
  27. 8766/8897/8997 chipsets with PCIe interface.
  28. If you choose to build it as a module, it will be called
  29. mwifiex_pcie.
  30. config MWIFIEX_USB
  31. tristate "Marvell WiFi-Ex Driver for USB8766/8797/8997"
  32. depends on MWIFIEX && USB
  33. select FW_LOADER
  34. help
  35. This adds support for wireless adapters based on Marvell
  36. 8797/8997 chipset with USB interface.
  37. If you choose to build it as a module, it will be called
  38. mwifiex_usb.