Kconfig (0612ec48762bf8712db1925b2e67246d2237ebab) | Kconfig (d5176b413dcce85334e270021fc0d723d1714c84) |
---|---|
1# 2# USB Miscellaneous driver configuration 3# 4comment "USB Miscellaneous drivers" 5 depends on USB 6 7config USB_EMI62 8 tristate "EMI 6|2m USB Audio interface support" --- 102 unchanged lines hidden (view full) --- 111 as the Cypress USB Starter kit or demo board. The Elektor 112 magazine published a modified version of this device in issue 113 #291. 114 115 To compile this driver as a module, choose M here: the 116 module will be called cytherm. 117 118config USB_PHIDGETKIT | 1# 2# USB Miscellaneous driver configuration 3# 4comment "USB Miscellaneous drivers" 5 depends on USB 6 7config USB_EMI62 8 tristate "EMI 6|2m USB Audio interface support" --- 102 unchanged lines hidden (view full) --- 111 as the Cypress USB Starter kit or demo board. The Elektor 112 magazine published a modified version of this device in issue 113 #291. 114 115 To compile this driver as a module, choose M here: the 116 module will be called cytherm. 117 118config USB_PHIDGETKIT |
119 tristate "USB PhidgetKit support" | 119 tristate "USB PhidgetInterfaceKit support" |
120 depends on USB 121 help | 120 depends on USB 121 help |
122 Say Y here if you want to connect a PhidgetKit USB device from 123 Phidgets Inc. | 122 Say Y here if you want to connect a PhidgetInterfaceKit USB device 123 from Phidgets Inc. |
124 125 To compile this driver as a module, choose M here: the 126 module will be called phidgetkit. 127 | 124 125 To compile this driver as a module, choose M here: the 126 module will be called phidgetkit. 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 129 tristate "USB PhidgetServo support" 130 depends on USB 131 help 132 Say Y here if you want to connect an 1 or 4 Motor PhidgetServo 133 servo controller version 2.0 or 3.0. 134 135 Phidgets Inc. has a web page at <http://www.phidgets.com/>. --- 50 unchanged lines hidden --- | 138config USB_PHIDGETSERVO 139 tristate "USB PhidgetServo support" 140 depends on USB 141 help 142 Say Y here if you want to connect an 1 or 4 Motor PhidgetServo 143 servo controller version 2.0 or 3.0. 144 145 Phidgets Inc. has a web page at <http://www.phidgets.com/>. --- 50 unchanged lines hidden --- |