]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - drivers/net/wireless/marvell/libertas/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-kernels.git] / drivers / net / wireless / marvell / libertas / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
0465af8e
HS
2config LIBERTAS
3 tristate "Marvell 8xxx Libertas WLAN driver support"
133d7c6a 4 depends on CFG80211
0465af8e
HS
5 select WIRELESS_EXT
6 select WEXT_SPY
7 select LIB80211
8 select FW_LOADER
9 ---help---
10 A library for Marvell Libertas 8xxx devices.
11
12config LIBERTAS_USB
13 tristate "Marvell Libertas 8388 USB 802.11b/g cards"
14 depends on LIBERTAS && USB
15 ---help---
16 A driver for Marvell Libertas 8388 USB devices.
17
18config LIBERTAS_CS
19 tristate "Marvell Libertas 8385 CompactFlash 802.11b/g cards"
11c761c4 20 depends on LIBERTAS && PCMCIA && HAS_IOPORT_MAP
0465af8e
HS
21 ---help---
22 A driver for Marvell Libertas 8385 CompactFlash devices.
23
24config LIBERTAS_SDIO
25 tristate "Marvell Libertas 8385/8686/8688 SDIO 802.11b/g cards"
26 depends on LIBERTAS && MMC
27 ---help---
28 A driver for Marvell Libertas 8385/8686/8688 SDIO devices.
29
30config LIBERTAS_SPI
31 tristate "Marvell Libertas 8686 SPI 802.11b/g cards"
32 depends on LIBERTAS && SPI
33 ---help---
34 A driver for Marvell Libertas 8686 SPI devices.
35
36config LIBERTAS_DEBUG
37 bool "Enable full debugging output in the Libertas module."
38 depends on LIBERTAS
39 ---help---
40 Debugging support.
4143a23d
HS
41
42config LIBERTAS_MESH
43 bool "Enable mesh support"
44 depends on LIBERTAS
45 help
46 This enables Libertas' MESH support, used by e.g. the OLPC people.