Kconfig 601 B

12345678910111213141516171819
  1. config LIBERTAS_THINFIRM
  2. tristate "Marvell 8xxx Libertas WLAN driver support with thin firmware"
  3. depends on MAC80211
  4. select FW_LOADER
  5. ---help---
  6. A library for Marvell Libertas 8xxx devices using thinfirm.
  7. config LIBERTAS_THINFIRM_DEBUG
  8. bool "Enable full debugging output in the Libertas thin firmware module."
  9. depends on LIBERTAS_THINFIRM
  10. ---help---
  11. Debugging support.
  12. config LIBERTAS_THINFIRM_USB
  13. tristate "Marvell Libertas 8388 USB 802.11b/g cards with thin firmware"
  14. depends on LIBERTAS_THINFIRM && USB
  15. ---help---
  16. A driver for Marvell Libertas 8388 USB devices using thinfirm.