USB: usbtest: no need for USB_DEVICEFS
[safe/jmp/linux-2.6] / drivers / usb / misc / Kconfig
index 9c7eb61..abe3aa6 100644 (file)
@@ -33,8 +33,8 @@ config USB_EMI26
          module will be called emi26.
 
 config USB_ADUTUX
-       tristate "ADU devices from Ontrak Control Systems (EXPERIMENTAL)"
-       depends on USB && EXPERIMENTAL
+       tristate "ADU devices from Ontrak Control Systems"
+       depends on USB
        help
          Say Y if you want to use an ADU device from Ontrak Control
          Systems.
@@ -42,19 +42,18 @@ config USB_ADUTUX
          To compile this driver as a module, choose M here.  The module
          will be called adutux.
 
-config USB_AUERSWALD
-       tristate "USB Auerswald ISDN support (EXPERIMENTAL)"
-       depends on USB && EXPERIMENTAL
+config USB_SEVSEG
+       tristate "USB 7-Segment LED Display"
+       depends on USB
        help
-         Say Y here if you want to connect an Auerswald USB ISDN Device
-         to your computer's USB port.
+         Say Y here if you have a USB 7-Segment Display by Delcom
 
          To compile this driver as a module, choose M here: the
-         module will be called auerswald.
+         module will be called usbsevseg.
 
 config USB_RIO500
-       tristate "USB Diamond Rio500 support (EXPERIMENTAL)"
-       depends on USB && EXPERIMENTAL
+       tristate "USB Diamond Rio500 support"
+       depends on USB
        help
          Say Y here if you want to connect a USB Rio500 mp3 player to your
          computer's USB port. Please read <file:Documentation/usb/rio.txt>
@@ -64,8 +63,8 @@ config USB_RIO500
          module will be called rio500.
 
 config USB_LEGOTOWER
-       tristate "USB Lego Infrared Tower support (EXPERIMENTAL)"
-       depends on USB && EXPERIMENTAL
+       tristate "USB Lego Infrared Tower support"
+       depends on USB
        help
          Say Y here if you want to connect a USB Lego Infrared Tower to your
          computer's USB port.
@@ -136,45 +135,6 @@ config USB_CYTHERM
          To compile this driver as a module, choose M here: the
          module will be called cytherm.
 
-config USB_PHIDGET
-       tristate "USB Phidgets drivers"
-       depends on USB
-       help
-         Say Y here to enable the various drivers for devices from
-         Phidgets inc.
-
-config USB_PHIDGETKIT
-       tristate "USB PhidgetInterfaceKit support"
-       depends on USB_PHIDGET
-       help
-         Say Y here if you want to connect a PhidgetInterfaceKit USB device
-         from Phidgets Inc.
-
-         To compile this driver as a module, choose M here: the
-         module will be called phidgetkit.
-
-config USB_PHIDGETMOTORCONTROL
-       tristate "USB PhidgetMotorControl support"
-       depends on USB_PHIDGET
-       help
-         Say Y here if you want to connect a PhidgetMotorControl USB device
-         from Phidgets Inc.
-
-         To compile this driver as a module, choose M here: the
-         module will be called phidgetmotorcontrol.
-
-config USB_PHIDGETSERVO
-       tristate "USB PhidgetServo support"
-       depends on USB_PHIDGET
-       help
-         Say Y here if you want to connect an 1 or 4 Motor PhidgetServo 
-         servo controller version 2.0 or 3.0.
-
-         Phidgets Inc. has a web page at <http://www.phidgets.com/>.
-
-         To compile this driver as a module, choose M here: the
-         module will be called phidgetservo.
-
 config USB_IDMOUSE
        tristate "Siemens ID USB Mouse Fingerprint sensor support"
        depends on USB
@@ -259,8 +219,8 @@ config USB_IOWARRIOR
          module will be called iowarrior.
 
 config USB_TEST
-       tristate "USB testing driver (DEVELOPMENT)"
-       depends on USB && USB_DEVICEFS && EXPERIMENTAL
+       tristate "USB testing driver"
+       depends on USB
        help
          This driver is for testing host controller software.  It is used
          with specialized device firmware for regression and stress testing,
@@ -269,3 +229,30 @@ config USB_TEST
          See <http://www.linux-usb.org/usbtest/> for more information,
          including sample test device firmware and "how to use it".
 
+config USB_ISIGHTFW
+       tristate "iSight firmware loading support"
+       depends on USB
+       select FW_LOADER
+       help
+         This driver loads firmware for USB Apple iSight cameras, allowing
+         them to be driven by the USB video class driver available at
+         http://linux-uvc.berlios.de
+
+         The firmware for this driver must be extracted from the MacOS
+         driver beforehand. Tools for doing so are available at
+         http://bersace03.free.fr
+
+config USB_VST
+       tristate "USB VST driver"
+       depends on USB
+       help
+         This driver is intended for Vernier Software Technologies
+         bulk usb devices such as their Ocean-Optics spectrometers or
+         Labquest.
+         It is a bulk channel driver with configurable read and write
+         timeouts.
+
+         To compile this driver as a module, choose M here: the
+         module will be called vstusb.
+
+