0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config LIBERTAS
0003 tristate "Marvell 8xxx Libertas WLAN driver support"
0004 depends on CFG80211
0005 select WIRELESS_EXT
0006 select WEXT_SPY
0007 select LIB80211
0008 select FW_LOADER
0009 help
0010 A library for Marvell Libertas 8xxx devices.
0011
0012 config LIBERTAS_USB
0013 tristate "Marvell Libertas 8388 USB 802.11b/g cards"
0014 depends on LIBERTAS && USB
0015 help
0016 A driver for Marvell Libertas 8388 USB devices.
0017
0018 config LIBERTAS_CS
0019 tristate "Marvell Libertas 8385 CompactFlash 802.11b/g cards"
0020 depends on LIBERTAS && PCMCIA && HAS_IOPORT_MAP
0021 help
0022 A driver for Marvell Libertas 8385 CompactFlash devices.
0023
0024 config LIBERTAS_SDIO
0025 tristate "Marvell Libertas 8385/8686/8688 SDIO 802.11b/g cards"
0026 depends on LIBERTAS && MMC
0027 help
0028 A driver for Marvell Libertas 8385/8686/8688 SDIO devices.
0029
0030 config LIBERTAS_SPI
0031 tristate "Marvell Libertas 8686 SPI 802.11b/g cards"
0032 depends on LIBERTAS && SPI
0033 help
0034 A driver for Marvell Libertas 8686 SPI devices.
0035
0036 config LIBERTAS_DEBUG
0037 bool "Enable full debugging output in the Libertas module."
0038 depends on LIBERTAS
0039 help
0040 Debugging support.
0041
0042 config LIBERTAS_MESH
0043 bool "Enable mesh support"
0044 depends on LIBERTAS
0045 help
0046 This enables Libertas' MESH support, used by e.g. the OLPC people.