aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/Kconfig
diff options
context:
space:
mode:
authorSean Young <sean@mess.org>2006-07-09 13:01:02 +0000
committerGreg Kroah-Hartman <gregkh@suse.de>2006-09-27 11:58:49 -0700
commitd5176b413dcce85334e270021fc0d723d1714c84 (patch)
tree690b664d7f75a6f4376c9a8424af79fa6eca5659 /drivers/usb/misc/Kconfig
parentb6eb2d84d2bb01e9fcc46a032a3429b4747b1c47 (diff)
downloadlinux-d5176b413dcce85334e270021fc0d723d1714c84.tar.gz
USB: Add driver for PhidgetMotorControl
This driver add support for the Phidgets Inc., MotorControl via sysfs. Also some minor fixes for the InterfaceKit. Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/misc/Kconfig')
-rw-r--r--drivers/usb/misc/Kconfig16
1 files changed, 13 insertions, 3 deletions
diff --git a/drivers/usb/misc/Kconfig b/drivers/usb/misc/Kconfig
index 88928a4be8057..8affc137d618c 100644
--- a/drivers/usb/misc/Kconfig
+++ b/drivers/usb/misc/Kconfig
@@ -116,15 +116,25 @@ config USB_CYTHERM
module will be called cytherm.
config USB_PHIDGETKIT
- tristate "USB PhidgetKit support"
+ tristate "USB PhidgetInterfaceKit support"
depends on USB
help
- Say Y here if you want to connect a PhidgetKit USB device from
- Phidgets Inc.
+ 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
+ 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