diff options
author | Tushar Behera <tushar.behera@linaro.org> | 2011-12-24 04:09:06 +0100 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-12-24 04:09:51 +0100 |
commit | 95de77d4a405cd320ec39c3c19f060eed87fd9ce (patch) | |
tree | e23a5a7a3a14500a234a111b891a9d2137101c7d /arch/arm/mach-exynos/Kconfig | |
parent | USB: Add Samsung Exynos OHCI diver (diff) | |
download | linux-95de77d4a405cd320ec39c3c19f060eed87fd9ce.tar.xz linux-95de77d4a405cd320ec39c3c19f060eed87fd9ce.zip |
ARM: EXYNOS: Add USB OHCI support to ORIGEN board
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Signed-off-by: Angus Ainslie <angus.ainslie@linaro.org>
Acked-by: Jingoo Han <jg1.han@samsung.com>
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 5328011f2536..5ca0bddf65fa 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig @@ -294,6 +294,7 @@ config MACH_ORIGEN select SAMSUNG_DEV_BACKLIGHT select SAMSUNG_DEV_PWM select EXYNOS4_DEV_PD + select EXYNOS4_DEV_USB_OHCI select EXYNOS4_SETUP_FIMD0 select EXYNOS4_SETUP_SDHCI select EXYNOS4_SETUP_USB_PHY |