1# SPDX-License-Identifier: GPL-2.0-only
2config LIBERTAS_THINFIRM
3	tristate "Marvell 8xxx Libertas WLAN driver support with thin firmware"
4	depends on MAC80211
5	select FW_LOADER
6	help
7	  A library for Marvell Libertas 8xxx devices using thinfirm.
8
9config LIBERTAS_THINFIRM_DEBUG
10	bool "Enable full debugging output in the Libertas thin firmware module."
11	depends on LIBERTAS_THINFIRM
12	help
13	  Debugging support.
14
15config LIBERTAS_THINFIRM_USB
16	tristate "Marvell Libertas 8388 USB 802.11b/g cards with thin firmware"
17	depends on LIBERTAS_THINFIRM && USB
18	help
19	  A driver for Marvell Libertas 8388 USB devices using thinfirm.
20