aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/Kconfig
diff options
context:
space:
mode:
authorSean Young <sean@mess.org>2006-07-09 09:01:02 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2006-09-27 14:58:49 -0400
commitd5176b413dcce85334e270021fc0d723d1714c84 (patch)
tree690b664d7f75a6f4376c9a8424af79fa6eca5659 /drivers/usb/misc/Kconfig
parentb6eb2d84d2bb01e9fcc46a032a3429b4747b1c47 (diff)
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 88928a4be805..8affc137d618 100644
--- a/drivers/usb/misc/Kconfig
+++ b/drivers/usb/misc/Kconfig
@@ -116,15 +116,25 @@ config USB_CYTHERM
116 module will be called cytherm. 116 module will be called cytherm.
117 117
118config USB_PHIDGETKIT 118config USB_PHIDGETKIT
119 tristate "USB PhidgetKit support" 119 tristate "USB PhidgetInterfaceKit support"
120 depends on USB 120 depends on USB
121 help 121 help
122 Say Y here if you want to connect a PhidgetKit USB device from 122 Say Y here if you want to connect a PhidgetInterfaceKit USB device
123 Phidgets Inc. 123 from Phidgets Inc.
124 124
125 To compile this driver as a module, choose M here: the 125 To compile this driver as a module, choose M here: the
126 module will be called phidgetkit. 126 module will be called phidgetkit.
127 127
128config USB_PHIDGETMOTORCONTROL
129 tristate "USB PhidgetMotorControl support"
130 depends on USB
131 help
132 Say Y here if you want to connect a PhidgetMotorControl USB device
133 from Phidgets Inc.
134
135 To compile this driver as a module, choose M here: the
136 module will be called phidgetmotorcontrol.
137
128config USB_PHIDGETSERVO 138config USB_PHIDGETSERVO
129 tristate "USB PhidgetServo support" 139 tristate "USB PhidgetServo support"
130 depends on USB 140 depends on USB