aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Chen <peter.chen@freescale.com>2013-09-17 00:37:18 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-09-25 20:20:52 -0400
commita746c286f32126ce6f0f98c111bb7ea15943e083 (patch)
tree12ec70c48ec8dfde563154aa4672531e158c66f3
parent4a29567b77bb87e8a488510f2d37c612e008d21b (diff)
usb: host: delete chipidea dependency
Now, chipidea host has already depended on USB_EHCI_HCD Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Peter Chen <peter.chen@freescale.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-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 b3f20d7f15de..6c2d7df40edf 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -54,7 +54,7 @@ config USB_EHCI_HCD
54 54
55config USB_EHCI_ROOT_HUB_TT 55config USB_EHCI_ROOT_HUB_TT
56 bool "Root Hub Transaction Translators" 56 bool "Root Hub Transaction Translators"
57 depends on USB_EHCI_HCD || USB_CHIPIDEA_HOST 57 depends on USB_EHCI_HCD
58 ---help--- 58 ---help---
59 Some EHCI chips have vendor-specific extensions to integrate 59 Some EHCI chips have vendor-specific extensions to integrate
60 transaction translators, so that no OHCI or UHCI companion 60 transaction translators, so that no OHCI or UHCI companion
@@ -66,7 +66,7 @@ config USB_EHCI_ROOT_HUB_TT
66 66
67config USB_EHCI_TT_NEWSCHED 67config USB_EHCI_TT_NEWSCHED
68 bool "Improved Transaction Translator scheduling" 68 bool "Improved Transaction Translator scheduling"
69 depends on USB_EHCI_HCD || USB_CHIPIDEA_HOST 69 depends on USB_EHCI_HCD
70 default y 70 default y
71 ---help--- 71 ---help---
72 This changes the periodic scheduling code to fill more of the low 72 This changes the periodic scheduling code to fill more of the low