summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/orinoco/Kconfig
diff options
context:
space:
mode:
authorDavid Kilroy2010-05-01 15:05:41 +0200
committerJohn W. Linville2010-05-03 20:53:08 +0200
commit9afac70a7305817b22327ac23cf2d0eb72388229 (patch)
treebdd8fe617d4c2fa5b8fd06379f387b5fa1563b65 /drivers/net/wireless/orinoco/Kconfig
parentorinoco: encapsulate driver locking (diff)
downloadkernel-qcow2-linux-9afac70a7305817b22327ac23cf2d0eb72388229.tar.gz
kernel-qcow2-linux-9afac70a7305817b22327ac23cf2d0eb72388229.tar.xz
kernel-qcow2-linux-9afac70a7305817b22327ac23cf2d0eb72388229.zip
orinoco: add orinoco_usb driver
This driver uses the core orinoco modules for the bulk of the functionality. The low level hermes routines (for local bus cards) are replaced, the driver supplies its own ndo_xmit_start function, and locking is done with the _bh variant. Some recent functionality is not available to the USB cards yet (firmware loading and WPA). Out-of-tree driver originally written by Manuel Estrada Sainz. Thanks to Mark Davis for supplying hardware to test the updates. Signed-off-by: David Kilroy <kilroyd@googlemail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/orinoco/Kconfig')
-rw-r--r--drivers/net/wireless/orinoco/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/wireless/orinoco/Kconfig b/drivers/net/wireless/orinoco/Kconfig
index 6116b546861d..60819bcf4377 100644
--- a/drivers/net/wireless/orinoco/Kconfig
+++ b/drivers/net/wireless/orinoco/Kconfig
@@ -132,3 +132,10 @@ config PCMCIA_SPECTRUM
This driver requires firmware download on startup. Utilities
for downloading Symbol firmware are available at
<http://sourceforge.net/projects/orinoco/>
+
+config ORINOCO_USB
+ tristate "Agere Orinoco USB support"
+ depends on USB && HERMES
+ select FW_LOADER
+ ---help---
+ This driver is for USB versions of the Agere Orinoco card.