xref: /linux/drivers/net/wireless/marvell/libertas/Kconfig (revision c34e9ab9a612ee8b18273398ef75c207b01f516d)
1# SPDX-License-Identifier: GPL-2.0-only
2config LIBERTAS
3	tristate "Marvell 8xxx Libertas WLAN driver support"
4	depends on USB || MMC || SPI
5	depends on CFG80211
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_SDIO
17	tristate "Marvell Libertas 8385/8686/8688 SDIO 802.11b/g cards"
18	depends on LIBERTAS && MMC
19	help
20	  A driver for Marvell Libertas 8385/8686/8688 SDIO devices.
21
22config LIBERTAS_SPI
23	tristate "Marvell Libertas 8686 SPI 802.11b/g cards"
24	depends on LIBERTAS && SPI
25	help
26	  A driver for Marvell Libertas 8686 SPI devices.
27
28config LIBERTAS_DEBUG
29	bool "Enable full debugging output in the Libertas module."
30	depends on LIBERTAS
31	help
32	  Debugging support.
33
34config LIBERTAS_MESH
35	bool "Enable mesh support"
36	depends on LIBERTAS
37	help
38	  This enables Libertas' MESH support, used by e.g. the OLPC people.
39