diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-05-19 18:46:44 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-06-11 10:44:24 -0400 |
commit | fb395c39307268baa324c2cdd009cd9b58fcf2ec (patch) | |
tree | f3d808be73ed7f33dcf056ead32e352060dcf28c /arch/arm/mach-exynos/Kconfig | |
parent | 9c278d52903709543b4716b0e0d03ec58b179308 (diff) |
ARM: EXYNOS: Add HSOTG support to SMDKV310
S3C-HSOTG device is added to SMDKV310 board.
Signed-off-by: Sachin Kamat <sachin.kamat@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 da025c8542bd..f5fb6eaf9d85 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig | |||
@@ -207,6 +207,7 @@ config MACH_SMDKV310 | |||
207 | select S3C_DEV_HSMMC1 | 207 | select S3C_DEV_HSMMC1 |
208 | select S3C_DEV_HSMMC2 | 208 | select S3C_DEV_HSMMC2 |
209 | select S3C_DEV_HSMMC3 | 209 | select S3C_DEV_HSMMC3 |
210 | select S3C_DEV_USB_HSOTG | ||
210 | select SAMSUNG_DEV_BACKLIGHT | 211 | select SAMSUNG_DEV_BACKLIGHT |
211 | select EXYNOS_DEV_DRM | 212 | select EXYNOS_DEV_DRM |
212 | select EXYNOS_DEV_SYSMMU | 213 | select EXYNOS_DEV_SYSMMU |