Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / drivers / net / wireless / marvell / libertas / Kconfig
blobcaf8bc231b2e79530995f92037df713f2ccc40ee
1 # SPDX-License-Identifier: GPL-2.0-only
2 config 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.
10 config 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.
16 config 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.
22 config 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.
28 config LIBERTAS_DEBUG
29         bool "Enable full debugging output in the Libertas module."
30         depends on LIBERTAS
31         help
32           Debugging support.
34 config 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.