1 config WLAN_VENDOR_INTERSIL
2 bool "Intersil devices"
5 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.
12 if WLAN_VENDOR_INTERSIL
14 source "drivers/net/wireless/intersil/hostap/Kconfig"
15 source "drivers/net/wireless/intersil/orinoco/Kconfig"
16 source "drivers/net/wireless/intersil/p54/Kconfig"
19 tristate 'Intersil Prism GT/Duette/Indigo PCI/Cardbus (DEPRECATED)'
26 This enables support for FullMAC PCI/Cardbus prism54 devices. This
27 driver is now deprecated in favor for the SoftMAC driver, p54pci.
28 p54pci supports FullMAC PCI/Cardbus devices as well.
30 For more information refer to the p54 wiki:
32 http://wireless.kernel.org/en/users/Drivers/p54
34 Note: You need a motherboard with DMA support to use any of these cards
36 When built as module you get the module prism54
38 endif # WLAN_VENDOR_INTERSIL