1# SPDX-License-Identifier: GPL-2.0-only
2config LIBERTAS
3	tristate "Marvell 8xxx Libertas WLAN driver support"
4	depends on CFG80211
5	select LIB80211
6	select FW_LOADER
7	help
8	  A library for Marvell Libertas 8xxx devices.
9
10config 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
16config 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
22config LIBERTAS_SDIO
23	tristate "Marvell Libertas 8385/8686/8688 SDIO 802.11b/g cards"
24	depends on LIBERTAS && MMC
25	help
26	  A driver for Marvell Libertas 8385/8686/8688 SDIO devices.
27
28config LIBERTAS_SPI
29	tristate "Marvell Libertas 8686 SPI 802.11b/g cards"
30	depends on LIBERTAS && SPI
31	help
32	  A driver for Marvell Libertas 8686 SPI devices.
33
34config LIBERTAS_DEBUG
35	bool "Enable full debugging output in the Libertas module."
36	depends on LIBERTAS
37	help
38	  Debugging support.
39
40config LIBERTAS_MESH
41	bool "Enable mesh support"
42	depends on LIBERTAS
43	help
44	  This enables Libertas' MESH support, used by e.g. the OLPC people.
45