aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/Kconfig
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2012-05-15 00:10:20 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-05-15 11:43:40 -0400
commitb12909b505ebb9a4f28ac32c6bf204b73828b44e (patch)
treeae1f3276469d18e372c4aa3191aeed39ea27c3c8 /drivers/usb/host/Kconfig
parentf6fe916ed0a383ae89b041200dae271579c053b3 (diff)
USB: CI13xxx: Allow use of CONFIG_USB_EHCI_ROOT_HUB_TT
The CI13xxx usb host needs the root TT support to work properly. Allow selecting this for the CI13xxx too. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Alan Stern <stern@rowland.harvard.edu> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Felipe Balbi <balbi@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r--drivers/usb/host/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index 684a7bba930..74a14f6ed34 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -65,7 +65,7 @@ config USB_EHCI_HCD
65 65
66config USB_EHCI_ROOT_HUB_TT 66config USB_EHCI_ROOT_HUB_TT
67 bool "Root Hub Transaction Translators" 67 bool "Root Hub Transaction Translators"
68 depends on USB_EHCI_HCD 68 depends on USB_EHCI_HCD || USB_CHIPIDEA_HOST
69 ---help--- 69 ---help---
70 Some EHCI chips have vendor-specific extensions to integrate 70 Some EHCI chips have vendor-specific extensions to integrate
71 transaction translators, so that no OHCI or UHCI companion 71 transaction translators, so that no OHCI or UHCI companion
@@ -77,7 +77,7 @@ config USB_EHCI_ROOT_HUB_TT
77 77
78config USB_EHCI_TT_NEWSCHED 78config USB_EHCI_TT_NEWSCHED
79 bool "Improved Transaction Translator scheduling" 79 bool "Improved Transaction Translator scheduling"
80 depends on USB_EHCI_HCD 80 depends on USB_EHCI_HCD || USB_CHIPIDEA_HOST
81 default y 81 default y
82 ---help--- 82 ---help---
83 This changes the periodic scheduling code to fill more of the low 83 This changes the periodic scheduling code to fill more of the low