diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2011-08-31 08:47:16 +0200 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-10-03 01:42:21 +0200 |
commit | 24f9e1f31471abbd2af62eb529deee90bad4c65c (patch) | |
tree | 9c86492570f7c0565e985e3b18f22757a1eea2b2 /arch/arm/mach-exynos4/Kconfig | |
parent | Merge branch 'next-samsung-board-v3.1' into next/topic-exynos4-devel-origen (diff) | |
download | linux-24f9e1f31471abbd2af62eb529deee90bad4c65c.tar.xz linux-24f9e1f31471abbd2af62eb529deee90bad4c65c.zip |
ARM: EXYNOS4: Add USB EHCI device to ORIGEN board
Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
[kgene.kim@samsung.com: re-ordering changes in Kconfig]
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos4/Kconfig')
-rw-r--r-- | arch/arm/mach-exynos4/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos4/Kconfig b/arch/arm/mach-exynos4/Kconfig index 3ceefdbadd19..3034a736f823 100644 --- a/arch/arm/mach-exynos4/Kconfig +++ b/arch/arm/mach-exynos4/Kconfig @@ -224,7 +224,9 @@ config MACH_ORIGEN select S3C_DEV_RTC select S3C_DEV_WDT select S3C_DEV_HSMMC2 + select S5P_DEV_USB_EHCI select EXYNOS4_SETUP_SDHCI + select EXYNOS4_SETUP_USB_PHY help Machine support for ORIGEN based on Samsung EXYNOS4210 |