Kconfig (d585a021c0b10b0477d6b608c53e1feb8cde0507) | Kconfig (0f157ef3a1284f41d9804ecb87fdcc8ea946b9fa) |
---|---|
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" --- 206 unchanged lines hidden (view full) --- 215 IO Warrior 56 216 IO Warrior 24 Power Vampire 217 218 To compile this driver as a module, choose M here: the 219 module will be called iowarrior. 220 221config USB_TEST 222 tristate "USB testing driver" | 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" --- 206 unchanged lines hidden (view full) --- 215 IO Warrior 56 216 IO Warrior 24 Power Vampire 217 218 To compile this driver as a module, choose M here: the 219 module will be called iowarrior. 220 221config USB_TEST 222 tristate "USB testing driver" |
223 depends on USB && USB_DEVICEFS | 223 depends on USB |
224 help 225 This driver is for testing host controller software. It is used 226 with specialized device firmware for regression and stress testing, 227 to help prevent problems from cropping up with "real" drivers. 228 229 See <http://www.linux-usb.org/usbtest/> for more information, 230 including sample test device firmware and "how to use it". 231 --- 27 unchanged lines hidden --- | 224 help 225 This driver is for testing host controller software. It is used 226 with specialized device firmware for regression and stress testing, 227 to help prevent problems from cropping up with "real" drivers. 228 229 See <http://www.linux-usb.org/usbtest/> for more information, 230 including sample test device firmware and "how to use it". 231 --- 27 unchanged lines hidden --- |