From: Peter Chen Date: Tue, 17 Sep 2013 04:37:18 +0000 (+0800) Subject: usb: host: delete chipidea dependency X-Git-Tag: upstream/snapshot3+hdmi~4063^2~174 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a746c286f32126ce6f0f98c111bb7ea15943e083;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git usb: host: delete chipidea dependency Now, chipidea host has already depended on USB_EHCI_HCD Acked-by: Alan Stern Signed-off-by: Peter Chen Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index b3f20d7..6c2d7df 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig @@ -54,7 +54,7 @@ config USB_EHCI_HCD config USB_EHCI_ROOT_HUB_TT bool "Root Hub Transaction Translators" - depends on USB_EHCI_HCD || USB_CHIPIDEA_HOST + depends on USB_EHCI_HCD ---help--- Some EHCI chips have vendor-specific extensions to integrate transaction translators, so that no OHCI or UHCI companion @@ -66,7 +66,7 @@ config USB_EHCI_ROOT_HUB_TT config USB_EHCI_TT_NEWSCHED bool "Improved Transaction Translator scheduling" - depends on USB_EHCI_HCD || USB_CHIPIDEA_HOST + depends on USB_EHCI_HCD default y ---help--- This changes the periodic scheduling code to fill more of the low