0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config WLAN_VENDOR_MARVELL
0003 bool "Marvell devices"
0004 default y
0005 help
0006 If you have a wireless card belonging to this class, say Y.
0007
0008 Note that the answer to this question doesn't directly affect the
0009 kernel: saying N will just cause the configurator to skip all the
0010 questions about these cards. If you say Y, you will be asked for
0011 your specific card in the following questions.
0012
0013 if WLAN_VENDOR_MARVELL
0014
0015 source "drivers/net/wireless/marvell/libertas/Kconfig"
0016 source "drivers/net/wireless/marvell/libertas_tf/Kconfig"
0017 source "drivers/net/wireless/marvell/mwifiex/Kconfig"
0018
0019 config MWL8K
0020 tristate "Marvell 88W8xxx PCI/PCIe Wireless support"
0021 depends on MAC80211 && PCI
0022 help
0023 This driver supports Marvell TOPDOG 802.11 wireless cards.
0024
0025 To compile this driver as a module, choose M here: the module
0026 will be called mwl8k. If unsure, say N.
0027
0028 endif # WLAN_VENDOR_MARVELL