Kconfig (f01387d2693813eb5271a3448e6a082322c7d75d) | Kconfig (ce21bfe603b3401c258c415456c915634998e133) |
---|---|
1# 2# USB Miscellaneous driver configuration 3# 4comment "USB Miscellaneous drivers" 5 6config USB_EMI62 7 tristate "EMI 6|2m USB Audio interface support" 8 ---help--- --- 234 unchanged lines hidden (view full) --- 243 (Cypress FX/FX2/FX2LP microcontrollers) 244 245config USB_HSIC_USB3503 246 tristate "USB3503 HSIC to USB20 Driver" 247 depends on I2C 248 select REGMAP_I2C 249 help 250 This option enables support for SMSC USB3503 HSIC to USB 2.0 Driver. | 1# 2# USB Miscellaneous driver configuration 3# 4comment "USB Miscellaneous drivers" 5 6config USB_EMI62 7 tristate "EMI 6|2m USB Audio interface support" 8 ---help--- --- 234 unchanged lines hidden (view full) --- 243 (Cypress FX/FX2/FX2LP microcontrollers) 244 245config USB_HSIC_USB3503 246 tristate "USB3503 HSIC to USB20 Driver" 247 depends on I2C 248 select REGMAP_I2C 249 help 250 This option enables support for SMSC USB3503 HSIC to USB 2.0 Driver. |
251 252config USB_LINK_LAYER_TEST 253 tristate "USB Link Layer Test driver" 254 help 255 This driver is for generating specific traffic for Super Speed Link 256 Layer Test Device. Say Y only when you want to conduct USB Super Speed 257 Link Layer Test for host controllers. |
|