Kconfig 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config LIBERTAS
  3. tristate "Marvell 8xxx Libertas WLAN driver support"
  4. depends on CFG80211
  5. select WIRELESS_EXT
  6. select WEXT_SPY
  7. select LIB80211
  8. select FW_LOADER
  9. help
  10. A library for Marvell Libertas 8xxx devices.
  11. config LIBERTAS_USB
  12. tristate "Marvell Libertas 8388 USB 802.11b/g cards"
  13. depends on LIBERTAS && USB
  14. help
  15. A driver for Marvell Libertas 8388 USB devices.
  16. config LIBERTAS_CS
  17. tristate "Marvell Libertas 8385 CompactFlash 802.11b/g cards"
  18. depends on LIBERTAS && PCMCIA && HAS_IOPORT_MAP
  19. help
  20. A driver for Marvell Libertas 8385 CompactFlash devices.
  21. config LIBERTAS_SDIO
  22. tristate "Marvell Libertas 8385/8686/8688 SDIO 802.11b/g cards"
  23. depends on LIBERTAS && MMC
  24. help
  25. A driver for Marvell Libertas 8385/8686/8688 SDIO devices.
  26. config LIBERTAS_SPI
  27. tristate "Marvell Libertas 8686 SPI 802.11b/g cards"
  28. depends on LIBERTAS && SPI
  29. help
  30. A driver for Marvell Libertas 8686 SPI devices.
  31. config LIBERTAS_DEBUG
  32. bool "Enable full debugging output in the Libertas module."
  33. depends on LIBERTAS
  34. help
  35. Debugging support.
  36. config LIBERTAS_MESH
  37. bool "Enable mesh support"
  38. depends on LIBERTAS
  39. help
  40. This enables Libertas' MESH support, used by e.g. the OLPC people.