diff options
Diffstat (limited to 'drivers/usb/misc/Kconfig')
-rw-r--r-- | drivers/usb/misc/Kconfig | 16 |
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 | ||
118 | config USB_PHIDGETKIT | 118 | config 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 | ||
128 | config 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 | |||
128 | config USB_PHIDGETSERVO | 138 | config USB_PHIDGETSERVO |
129 | tristate "USB PhidgetServo support" | 139 | tristate "USB PhidgetServo support" |
130 | depends on USB | 140 | depends on USB |