Kconfig 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. config WLAN_VENDOR_INTERSIL
  2. bool "Intersil 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_INTERSIL
  11. source "drivers/net/wireless/intersil/hostap/Kconfig"
  12. source "drivers/net/wireless/intersil/orinoco/Kconfig"
  13. source "drivers/net/wireless/intersil/p54/Kconfig"
  14. config PRISM54
  15. tristate 'Intersil Prism GT/Duette/Indigo PCI/Cardbus (DEPRECATED)'
  16. depends on PCI
  17. select WIRELESS_EXT
  18. select WEXT_SPY
  19. select WEXT_PRIV
  20. select FW_LOADER
  21. ---help---
  22. This enables support for FullMAC PCI/Cardbus prism54 devices. This
  23. driver is now deprecated in favor for the SoftMAC driver, p54pci.
  24. p54pci supports FullMAC PCI/Cardbus devices as well.
  25. For more information refer to the p54 wiki:
  26. http://wireless.kernel.org/en/users/Drivers/p54
  27. Note: You need a motherboard with DMA support to use any of these cards
  28. When built as module you get the module prism54
  29. endif # WLAN_VENDOR_INTERSIL