diff options
author | Pavel Roskin <proski@gnu.org> | 2010-03-11 23:13:28 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-03-15 15:32:06 -0400 |
commit | 484b4dd582867c6cfec3a1feb128d60af21c4978 (patch) | |
tree | 92abe75edb9fd75f807a501f4bab88ae34b79461 /drivers/net/wireless/orinoco/Kconfig | |
parent | 1e3f7ac81ef81f25d8d8d902b73d884f97e6aa21 (diff) | |
download | talos-obmc-linux-484b4dd582867c6cfec3a1feb128d60af21c4978.tar.gz talos-obmc-linux-484b4dd582867c6cfec3a1feb128d60af21c4978.zip |
orinoco: disable support for prism chipset by default
The hostap driver provides better support for Prism chipset.
Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/orinoco/Kconfig')
-rw-r--r-- | drivers/net/wireless/orinoco/Kconfig | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/drivers/net/wireless/orinoco/Kconfig b/drivers/net/wireless/orinoco/Kconfig index e2a2c18920aa..6116b546861d 100644 --- a/drivers/net/wireless/orinoco/Kconfig +++ b/drivers/net/wireless/orinoco/Kconfig @@ -27,6 +27,17 @@ config HERMES configure your card and that /etc/pcmcia/wireless.opts works : <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html> +config HERMES_PRISM + bool "Support Prism 2/2.5 chipset" + depends on HERMES + ---help--- + + Say Y to enable support for Prism 2 and 2.5 chipsets. These + chipsets are better handled by the hostap driver. This driver + would not support WPA or firmware download for Prism chipset. + + If you are not sure, say N. + config HERMES_CACHE_FW_ON_INIT bool "Cache Hermes firmware on driver initialisation" depends on HERMES @@ -86,7 +97,7 @@ config NORTEL_HERMES config PCI_HERMES tristate "Prism 2.5 PCI 802.11b adaptor support" - depends on PCI && HERMES + depends on PCI && HERMES && HERMES_PRISM help Enable support for PCI and mini-PCI 802.11b wireless NICs based on the Prism 2.5 chipset. These are true PCI cards, not the 802.11b |