summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPeter Chen <peter.chen@freescale.com>2013-07-31 11:44:35 +0800
committerPeter Chen <peter.chen@freescale.com>2013-07-31 11:44:35 +0800
commitd3ac8ad54cdba6f85a47602f4735156db4375fd7 (patch)
tree694e6b43196fb547c8dc47f708e491888a4dcf36 /arch
parentac4783bcf78727695f4b7e1bd5a5fbda4f15e1ac (diff)
ENGR00273044 imx6_defconfig: enable CONFIG_USB_EHCI_TT_NEWSCHED
CONFIG_USB_EHCI_TT_NEWSCHED introduces a new schedule method for periodic transfer, it can cover more peridic transfers which introduced recently years. Meanwhile, both PC and our 3.5.7 (and coming 3.10) enable it, and have not found any issues, this commit also fixes a bug this CR reported. Signed-off-by: Peter Chen <peter.chen@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/configs/imx6_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/imx6_defconfig b/arch/arm/configs/imx6_defconfig
index da3d25d5f9e8..b02b875f5188 100644
--- a/arch/arm/configs/imx6_defconfig
+++ b/arch/arm/configs/imx6_defconfig
@@ -1963,7 +1963,7 @@ CONFIG_USB_EHCI_ARC_OTG=y
# CONFIG_USB_EHCI_ARC_HSIC is not set
# CONFIG_USB_STATIC_IRAM is not set
CONFIG_USB_EHCI_ROOT_HUB_TT=y
-# CONFIG_USB_EHCI_TT_NEWSCHED is not set
+CONFIG_USB_EHCI_TT_NEWSCHED=y
# CONFIG_USB_EHCI_MXC is not set
# CONFIG_USB_OXU210HP_HCD is not set
# CONFIG_USB_ISP116X_HCD is not set