diff options
author | Richard Zhao <[email protected]> | 2012-07-07 22:56:43 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2012-07-09 09:55:09 -0700 |
commit | ca72ae9bf6b599519576142b4cb209aa79bbf867 (patch) | |
tree | aa57066bf440b9bcd9d26c513f74c3984de2de6b | |
parent | fe6e125e30fb9d93fdfc5e3e3702b9c7c3076194 (diff) |
usb: chipidea: select USB_EHCI_ROOT_HUB_TT in USB_CHIPIDEA_HOST of Kconfig
ci13xxx host needs Root Hub Transaction Translators.
Reported-by: Shawn Guo <[email protected]>
Signed-off-by: Richard Zhao <[email protected]>
Acked-by: Felipe Balbi <[email protected]>
Signed-off-by: Alexander Shishkin <[email protected]>
Acked-by: Marek Vasut <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/usb/chipidea/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/chipidea/Kconfig b/drivers/usb/chipidea/Kconfig index fd36dc8b889b..8337fb5d988d 100644 --- a/drivers/usb/chipidea/Kconfig +++ b/drivers/usb/chipidea/Kconfig @@ -20,6 +20,7 @@ config USB_CHIPIDEA_UDC config USB_CHIPIDEA_HOST bool "ChipIdea host controller" + select USB_EHCI_ROOT_HUB_TT help Say Y here to enable host controller functionality of the ChipIdea driver. |