diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-06-20 09:29:52 +0200 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-06-20 09:29:52 +0200 |
commit | 25bcde9fa805c2f723aa3a0ed559f5e5472a7afc (patch) | |
tree | 710e076972541eecfc0c8f7bfb09582b3e6f434b /arch/arm/mach-s5pv210/Kconfig | |
parent | ARM: EXYNOS: Update keypad entries for SMDK4X12 (diff) | |
download | linux-25bcde9fa805c2f723aa3a0ed559f5e5472a7afc.tar.xz linux-25bcde9fa805c2f723aa3a0ed559f5e5472a7afc.zip |
ARM: S5PV210: Add HSOTG support to SMDKV210
Adds S3C-HSOTG support to SMDKV210 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-s5pv210/Kconfig')
-rw-r--r-- | arch/arm/mach-s5pv210/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/Kconfig b/arch/arm/mach-s5pv210/Kconfig index 88e983b0c82e..77185c38188b 100644 --- a/arch/arm/mach-s5pv210/Kconfig +++ b/arch/arm/mach-s5pv210/Kconfig @@ -152,6 +152,7 @@ config MACH_SMDKV210 select S3C_DEV_I2C1 select S3C_DEV_I2C2 select S3C_DEV_RTC + select S3C_DEV_USB_HSOTG select S3C_DEV_WDT select S5P_DEV_FIMC0 select S5P_DEV_FIMC1 @@ -170,6 +171,7 @@ config MACH_SMDKV210 select S5PV210_SETUP_IDE select S5PV210_SETUP_KEYPAD select S5PV210_SETUP_SDHCI + select S5PV210_SETUP_USB_PHY help Machine support for Samsung SMDKV210 |