aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/Kconfig
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2011-12-27 18:41:37 -0500
committerArnd Bergmann <arnd@arndb.de>2011-12-27 18:41:37 -0500
commite814fb635cd269532a6a95a921c05841ababa7ae (patch)
treeb6764b819736ea0d3390fc11c564d321d63344d6 /arch/arm/mach-exynos/Kconfig
parent4551ae0a24bba06972247a80f721fc21f6b2b758 (diff)
parentfcf932350e979db9a29831a8a03bc300c4502bd5 (diff)
Merge branch 'samsung/ohci' into next/drivers
* samsung/ohci: ARM: EXYNOS: Add USB OHCI support to ORIGEN board USB: Add Samsung Exynos OHCI diver ARM: EXYNOS: Add USB OHCI support to SMDKV310 board ARM: EXYNOS: Add USB OHCI device
Diffstat (limited to 'arch/arm/mach-exynos/Kconfig')
-rw-r--r--arch/arm/mach-exynos/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
index 724ec0f3560d..5ca0bddf65fa 100644
--- a/arch/arm/mach-exynos/Kconfig
+++ b/arch/arm/mach-exynos/Kconfig
@@ -82,6 +82,11 @@ config EXYNOS4_DEV_DWMCI
82 help 82 help
83 Compile in platform device definitions for DWMCI 83 Compile in platform device definitions for DWMCI
84 84
85config EXYNOS4_DEV_USB_OHCI
86 bool
87 help
88 Compile in platform device definition for USB OHCI
89
85config EXYNOS4_SETUP_I2C1 90config EXYNOS4_SETUP_I2C1
86 bool 91 bool
87 help 92 help
@@ -179,6 +184,7 @@ config MACH_SMDKV310
179 select SAMSUNG_DEV_KEYPAD 184 select SAMSUNG_DEV_KEYPAD
180 select EXYNOS4_DEV_PD 185 select EXYNOS4_DEV_PD
181 select SAMSUNG_DEV_PWM 186 select SAMSUNG_DEV_PWM
187 select EXYNOS4_DEV_USB_OHCI
182 select EXYNOS4_DEV_SYSMMU 188 select EXYNOS4_DEV_SYSMMU
183 select EXYNOS4_SETUP_FIMD0 189 select EXYNOS4_SETUP_FIMD0
184 select EXYNOS4_SETUP_I2C1 190 select EXYNOS4_SETUP_I2C1
@@ -288,6 +294,7 @@ config MACH_ORIGEN
288 select SAMSUNG_DEV_BACKLIGHT 294 select SAMSUNG_DEV_BACKLIGHT
289 select SAMSUNG_DEV_PWM 295 select SAMSUNG_DEV_PWM
290 select EXYNOS4_DEV_PD 296 select EXYNOS4_DEV_PD
297 select EXYNOS4_DEV_USB_OHCI
291 select EXYNOS4_SETUP_FIMD0 298 select EXYNOS4_SETUP_FIMD0
292 select EXYNOS4_SETUP_SDHCI 299 select EXYNOS4_SETUP_SDHCI
293 select EXYNOS4_SETUP_USB_PHY 300 select EXYNOS4_SETUP_USB_PHY