Kconfig 935 B

1234567891011121314151617181920212223242526272829
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config WLAN_VENDOR_MARVELL
  3. bool "Marvell devices"
  4. default y
  5. ---help---
  6. If you have a wireless card belonging to this class, say Y.
  7. Note that the answer to this question doesn't directly affect the
  8. kernel: saying N will just cause the configurator to skip all the
  9. questions about these cards. If you say Y, you will be asked for
  10. your specific card in the following questions.
  11. if WLAN_VENDOR_MARVELL
  12. source "drivers/net/wireless/marvell/libertas/Kconfig"
  13. source "drivers/net/wireless/marvell/libertas_tf/Kconfig"
  14. source "drivers/net/wireless/marvell/mwifiex/Kconfig"
  15. config MWL8K
  16. tristate "Marvell 88W8xxx PCI/PCIe Wireless support"
  17. depends on MAC80211 && PCI
  18. ---help---
  19. This driver supports Marvell TOPDOG 802.11 wireless cards.
  20. To compile this driver as a module, choose M here: the module
  21. will be called mwl8k. If unsure, say N.
  22. endif # WLAN_VENDOR_MARVELL