Kconfig 1.2 KB

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