^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) config WLAN_VENDOR_INTERSIL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) bool "Intersil devices"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) default y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) If you have a wireless card belonging to this class, say Y.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) Note that the answer to this question doesn't directly affect the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) kernel: saying N will just cause the configurator to skip all the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) questions about these cards. If you say Y, you will be asked for
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) your specific card in the following questions.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) if WLAN_VENDOR_INTERSIL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) source "drivers/net/wireless/intersil/hostap/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) source "drivers/net/wireless/intersil/orinoco/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) source "drivers/net/wireless/intersil/p54/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) config PRISM54
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) tristate 'Intersil Prism GT/Duette/Indigo PCI/Cardbus (DEPRECATED)'
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) depends on PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) select WIRELESS_EXT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) select WEXT_SPY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) select WEXT_PRIV
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) select FW_LOADER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) This enables support for FullMAC PCI/Cardbus prism54 devices. This
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) driver is now deprecated in favor for the SoftMAC driver, p54pci.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) p54pci supports FullMAC PCI/Cardbus devices as well.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) For more information refer to the p54 wiki:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) http://wireless.wiki.kernel.org/en/users/Drivers/p54
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) Note: You need a motherboard with DMA support to use any of these cards
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) When built as module you get the module prism54
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) endif # WLAN_VENDOR_INTERSIL