diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-02-27 21:03:58 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-03-04 05:48:56 +0400 |
commit | f6c49da98dd6eacb85034d21d16e1428e03e190f (patch) | |
tree | 6a3676ee4a73118f928f11e068f68eef662d35f8 /arch/arm/configs/mxs_defconfig | |
parent | 6dbe51c251a327e012439c4772097a13df43c5b8 (diff) | |
download | linux-f6c49da98dd6eacb85034d21d16e1428e03e190f.tar.xz |
ARM: mxs_defconfig: Make USB host functional again
commit 09f6ffde2e (USB: EHCI: fix build error by making ChipIdea host a normal
EHCI driver) introduced CONFIG_USB_EHCI_HCD as a dependency for USB_CHIPIDEA_HOST.
Select CONFIG_USB_EHCI_HCD, so that USB host can be functional again.
Cc: <stable@vger.kernel.org> # 3.8
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/configs/mxs_defconfig')
-rw-r--r-- | arch/arm/configs/mxs_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/mxs_defconfig b/arch/arm/configs/mxs_defconfig index fbbc5bb022d5..6a99e30f81d2 100644 --- a/arch/arm/configs/mxs_defconfig +++ b/arch/arm/configs/mxs_defconfig @@ -116,6 +116,7 @@ CONFIG_SND_SOC=y CONFIG_SND_MXS_SOC=y CONFIG_SND_SOC_MXS_SGTL5000=y CONFIG_USB=y +CONFIG_USB_EHCI_HCD=y CONFIG_USB_CHIPIDEA=y CONFIG_USB_CHIPIDEA_HOST=y CONFIG_USB_STORAGE=y |