Kconfig 895 B

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