2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2015-11-18 09:42:58 +02:00
|
|
|
config WLAN_VENDOR_INTERSIL
|
|
|
|
bool "Intersil devices"
|
|
|
|
default y
|
2020-06-14 01:50:22 +09:00
|
|
|
help
|
2015-11-18 09:42:58 +02:00
|
|
|
If you have a wireless card belonging to this class, say Y.
|
|
|
|
|
|
|
|
Note that the answer to this question doesn't directly affect the
|
2018-03-02 18:03:30 -08:00
|
|
|
kernel: saying N will just cause the configurator to skip all the
|
|
|
|
questions about these cards. If you say Y, you will be asked for
|
2015-11-18 09:42:58 +02:00
|
|
|
your specific card in the following questions.
|
|
|
|
|
|
|
|
if WLAN_VENDOR_INTERSIL
|
|
|
|
|
|
|
|
source "drivers/net/wireless/intersil/hostap/Kconfig"
|
2015-11-18 09:57:18 +02:00
|
|
|
source "drivers/net/wireless/intersil/orinoco/Kconfig"
|
2015-11-18 09:49:59 +02:00
|
|
|
source "drivers/net/wireless/intersil/p54/Kconfig"
|
2015-11-18 09:42:58 +02:00
|
|
|
|
2015-11-18 09:56:45 +02:00
|
|
|
config PRISM54
|
|
|
|
tristate 'Intersil Prism GT/Duette/Indigo PCI/Cardbus (DEPRECATED)'
|
|
|
|
depends on PCI
|
|
|
|
select WIRELESS_EXT
|
|
|
|
select WEXT_SPY
|
|
|
|
select WEXT_PRIV
|
|
|
|
select FW_LOADER
|
2020-06-14 01:50:22 +09:00
|
|
|
help
|
2015-11-18 09:56:45 +02:00
|
|
|
This enables support for FullMAC PCI/Cardbus prism54 devices. This
|
|
|
|
driver is now deprecated in favor for the SoftMAC driver, p54pci.
|
|
|
|
p54pci supports FullMAC PCI/Cardbus devices as well.
|
|
|
|
|
|
|
|
For more information refer to the p54 wiki:
|
|
|
|
|
2020-07-23 15:52:54 +02:00
|
|
|
http://wireless.wiki.kernel.org/en/users/Drivers/p54
|
2015-11-18 09:56:45 +02:00
|
|
|
|
|
|
|
Note: You need a motherboard with DMA support to use any of these cards
|
|
|
|
|
|
|
|
When built as module you get the module prism54
|
|
|
|
|
2015-11-18 09:42:58 +02:00
|
|
|
endif # WLAN_VENDOR_INTERSIL
|