diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-05-20 07:46:40 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-06-11 23:44:23 +0900 |
commit | 9c278d52903709543b4716b0e0d03ec58b179308 (patch) | |
tree | c8e6962c3cf90ea5574a47e6e0807d30a494ae20 /arch/arm/mach-exynos/Kconfig | |
parent | cfaf025112d3856637ff34a767ef785ef5cf2ca9 (diff) |
ARM: EXYNOS: Add HSOTG support to Origen
S3C-HSOTG device is added to Origen board.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/Kconfig')
-rw-r--r-- | arch/arm/mach-exynos/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index 573be57d3d2..da025c8542b 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig @@ -326,6 +326,7 @@ config MACH_ORIGEN select S3C_DEV_WDT select S3C_DEV_HSMMC select S3C_DEV_HSMMC2 + select S3C_DEV_USB_HSOTG select S5P_DEV_FIMC0 select S5P_DEV_FIMC1 select S5P_DEV_FIMC2 |