162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 262306a36Sopenharmony_ciconfig WLAN_VENDOR_MARVELL 362306a36Sopenharmony_ci bool "Marvell devices" 462306a36Sopenharmony_ci default y 562306a36Sopenharmony_ci help 662306a36Sopenharmony_ci If you have a wireless card belonging to this class, say Y. 762306a36Sopenharmony_ci 862306a36Sopenharmony_ci Note that the answer to this question doesn't directly affect the 962306a36Sopenharmony_ci kernel: saying N will just cause the configurator to skip all the 1062306a36Sopenharmony_ci questions about these cards. If you say Y, you will be asked for 1162306a36Sopenharmony_ci your specific card in the following questions. 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ciif WLAN_VENDOR_MARVELL 1462306a36Sopenharmony_ci 1562306a36Sopenharmony_cisource "drivers/net/wireless/marvell/libertas/Kconfig" 1662306a36Sopenharmony_cisource "drivers/net/wireless/marvell/libertas_tf/Kconfig" 1762306a36Sopenharmony_cisource "drivers/net/wireless/marvell/mwifiex/Kconfig" 1862306a36Sopenharmony_ci 1962306a36Sopenharmony_ciconfig MWL8K 2062306a36Sopenharmony_ci tristate "Marvell 88W8xxx PCI/PCIe Wireless support" 2162306a36Sopenharmony_ci depends on MAC80211 && PCI 2262306a36Sopenharmony_ci help 2362306a36Sopenharmony_ci This driver supports Marvell TOPDOG 802.11 wireless cards. 2462306a36Sopenharmony_ci 2562306a36Sopenharmony_ci To compile this driver as a module, choose M here: the module 2662306a36Sopenharmony_ci will be called mwl8k. If unsure, say N. 2762306a36Sopenharmony_ci 2862306a36Sopenharmony_ciendif # WLAN_VENDOR_MARVELL 29