linux/drivers/net/wireless/marvell/Kconfig
<<
>>
Prefs
   1config 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
   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
   9          the questions about  cards. If you say Y, you will be asked for
  10          your specific card in the following questions.
  11
  12if WLAN_VENDOR_MARVELL
  13
  14source "drivers/net/wireless/marvell/libertas/Kconfig"
  15source "drivers/net/wireless/marvell/libertas_tf/Kconfig"
  16source "drivers/net/wireless/marvell/mwifiex/Kconfig"
  17
  18config MWL8K
  19        tristate "Marvell 88W8xxx PCI/PCIe Wireless support"
  20        depends on MAC80211 && PCI
  21        ---help---
  22          This driver supports Marvell TOPDOG 802.11 wireless cards.
  23
  24          To compile this driver as a module, choose M here: the module
  25          will be called mwl8k.  If unsure, say N.
  26
  27endif # WLAN_VENDOR_MARVELL
  28