diff options
| author | Peter Chen <peter.chen@freescale.com> | 2013-11-05 13:40:57 +0800 |
|---|---|---|
| committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 08:06:08 -0500 |
| commit | 7c57b7bffeb1123b98c210f3549a0c220324f00c (patch) | |
| tree | 040f574f4b9960fd49ab22bc4bad51e7464babb3 /drivers/usb/host | |
| parent | c44ec6a7cbfe7b8c32f09291be4782656b674ead (diff) | |
ENGR00286149-8: Revert "ENGR00277805-1 usb: host: delete chipidea dependency"
This reverts commit f999d26ec13c1f304333ff49b10a23a19aaa68b2.
Signed-off-by: Peter Chen <peter.chen@freescale.com>
Diffstat (limited to 'drivers/usb/host')
| -rw-r--r-- | drivers/usb/host/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 61466c5bb000..344d5e2f87d7 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig @@ -65,7 +65,7 @@ config USB_EHCI_HCD config USB_EHCI_ROOT_HUB_TT bool "Root Hub Transaction Translators" - depends on USB_EHCI_HCD + depends on USB_EHCI_HCD || USB_CHIPIDEA_HOST ---help--- Some EHCI chips have vendor-specific extensions to integrate transaction translators, so that no OHCI or UHCI companion @@ -77,7 +77,7 @@ config USB_EHCI_ROOT_HUB_TT config USB_EHCI_TT_NEWSCHED bool "Improved Transaction Translator scheduling" - depends on USB_EHCI_HCD + depends on USB_EHCI_HCD || USB_CHIPIDEA_HOST default y ---help--- This changes the periodic scheduling code to fill more of the low |
