Kconfig (95d465fd750897ab32462a6702fbfe1b122cbbc0) | Kconfig (ba47f66bd9fc451e9ce88f291e057b2f4910d01c) |
---|---|
1# 2# USB Host Controller Drivers 3# 4comment "USB Host Controller Drivers" 5 depends on USB 6 7config USB_EHCI_HCD 8 tristate "EHCI HCD (USB 2.0) support" --- 33 unchanged lines hidden (view full) --- 42 bool "Root Hub Transaction Translators (EXPERIMENTAL)" 43 depends on USB_EHCI_HCD && EXPERIMENTAL 44 ---help--- 45 Some EHCI chips have vendor-specific extensions to integrate 46 transaction translators, so that no OHCI or UHCI companion 47 controller is needed. It's safe to say "y" even if your 48 controller doesn't support this feature. 49 | 1# 2# USB Host Controller Drivers 3# 4comment "USB Host Controller Drivers" 5 depends on USB 6 7config USB_EHCI_HCD 8 tristate "EHCI HCD (USB 2.0) support" --- 33 unchanged lines hidden (view full) --- 42 bool "Root Hub Transaction Translators (EXPERIMENTAL)" 43 depends on USB_EHCI_HCD && EXPERIMENTAL 44 ---help--- 45 Some EHCI chips have vendor-specific extensions to integrate 46 transaction translators, so that no OHCI or UHCI companion 47 controller is needed. It's safe to say "y" even if your 48 controller doesn't support this feature. 49 |
50 This supports the EHCI implementation from TransDimension Inc. | 50 This supports the EHCI implementation that's originally 51 from ARC, and has since changed hands a few times. |
51 | 52 |
53config USB_EHCI_TT_NEWSCHED 54 bool "Improved Transaction Translator scheduling (EXPERIMENTAL)" 55 depends on USB_EHCI_HCD && EXPERIMENTAL 56 ---help--- 57 This changes the periodic scheduling code to fill more of the low 58 and full speed bandwidth available from the Transaction Translator 59 (TT) in USB 2.0 hubs. Without this, only one transfer will be 60 issued in each microframe, significantly reducing the number of 61 periodic low/fullspeed transfers possible. 62 63 If you have multiple periodic low/fullspeed devices connected to a 64 highspeed USB hub which is connected to a highspeed USB Host 65 Controller, and some of those devices will not work correctly 66 (possibly due to "ENOSPC" or "-28" errors), say Y. 67 68 If unsure, say N. 69 |
|
52config USB_ISP116X_HCD 53 tristate "ISP116X HCD support" 54 depends on USB 55 default N 56 ---help--- 57 The ISP1160 and ISP1161 chips are USB host controllers. Enable this 58 option if your board has this chip. If unsure, say N. 59 --- 91 unchanged lines hidden --- | 70config USB_ISP116X_HCD 71 tristate "ISP116X HCD support" 72 depends on USB 73 default N 74 ---help--- 75 The ISP1160 and ISP1161 chips are USB host controllers. Enable this 76 option if your board has this chip. If unsure, say N. 77 --- 91 unchanged lines hidden --- |