brintos

brintos / linux-shallow public Read only

0
0
Text · 623 B · 345da4a Raw
20 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config LIBERTAS_THINFIRM3	tristate "Marvell 8xxx Libertas WLAN driver support with thin firmware"4	depends on MAC802115	select FW_LOADER6	help7	  A library for Marvell Libertas 8xxx devices using thinfirm.8 9config LIBERTAS_THINFIRM_DEBUG10	bool "Enable full debugging output in the Libertas thin firmware module."11	depends on LIBERTAS_THINFIRM12	help13	  Debugging support.14 15config LIBERTAS_THINFIRM_USB16	tristate "Marvell Libertas 8388 USB 802.11b/g cards with thin firmware"17	depends on LIBERTAS_THINFIRM && USB18	help19	  A driver for Marvell Libertas 8388 USB devices using thinfirm.20