xref: /linux/drivers/net/wireless/marvell/libertas/Kconfig (revision e6a901a00822659181c93c86d8bbc2a17779fddc)
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 LIB80211
7	select FW_LOADER
8	help
9	  A library for Marvell Libertas 8xxx devices.
10
11config LIBERTAS_USB
12	tristate "Marvell Libertas 8388 USB 802.11b/g cards"
13	depends on LIBERTAS && USB
14	help
15	  A driver for Marvell Libertas 8388 USB devices.
16
17config LIBERTAS_SDIO
18	tristate "Marvell Libertas 8385/8686/8688 SDIO 802.11b/g cards"
19	depends on LIBERTAS && MMC
20	help
21	  A driver for Marvell Libertas 8385/8686/8688 SDIO devices.
22
23config LIBERTAS_SPI
24	tristate "Marvell Libertas 8686 SPI 802.11b/g cards"
25	depends on LIBERTAS && SPI
26	help
27	  A driver for Marvell Libertas 8686 SPI devices.
28
29config LIBERTAS_DEBUG
30	bool "Enable full debugging output in the Libertas module."
31	depends on LIBERTAS
32	help
33	  Debugging support.
34
35config 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.
40