diff options
author | Tushar Behera | 2014-02-15 18:02:33 +0100 |
---|---|---|
committer | Kukjin Kim | 2014-02-15 18:02:33 +0100 |
commit | eeee27531c8c40ff4226eec2f8bea21e868ed4b6 (patch) | |
tree | ffc13682656dcca7ff007d4c654c62807e0fa195 /arch | |
parent | ARM: dts: Keep G3D regulator always on for exynos5250-arndale (diff) | |
download | kernel-qcow2-linux-eeee27531c8c40ff4226eec2f8bea21e868ed4b6.tar.gz kernel-qcow2-linux-eeee27531c8c40ff4226eec2f8bea21e868ed4b6.tar.xz kernel-qcow2-linux-eeee27531c8c40ff4226eec2f8bea21e868ed4b6.zip |
ARM: exynos_defconfig: Update EHCI config entry
Commit 29824c167bea ("USB: host: Rename ehci-s5p to ehci-exynos")
renamed the config entry of EHCI host driver. Similar change needs
to be done in exynos_defconfig as well.
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Reviewed-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/exynos_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig index dbe1f1c47bb0..4ce7b70ea901 100644 --- a/arch/arm/configs/exynos_defconfig +++ b/arch/arm/configs/exynos_defconfig @@ -94,7 +94,7 @@ CONFIG_FONT_7x14=y CONFIG_LOGO=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y -CONFIG_USB_EHCI_S5P=y +CONFIG_USB_EHCI_EXYNOS=y CONFIG_USB_STORAGE=y CONFIG_USB_DWC3=y CONFIG_USB_PHY=y |