diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2011-10-13 15:38:21 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-10-14 15:15:46 +0900 |
commit | df74a28c7a2e50135a960403025a8934e8c471e4 (patch) | |
tree | ec601ee4fa0df48304ebe36c5c18ea2f72787365 /arch/arm/mach-exynos4/Kconfig | |
parent | 35cc3cea2c2adb825dbe987000165005d28acaec (diff) | |
download | linux-3.10-df74a28c7a2e50135a960403025a8934e8c471e4.tar.gz linux-3.10-df74a28c7a2e50135a960403025a8934e8c471e4.tar.bz2 linux-3.10-df74a28c7a2e50135a960403025a8934e8c471e4.zip |
ARM: EXYNOS4: Enable MFC on ORIGEN
This patch enables multi-format codec (MFC) support on ORIGEN 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-exynos4/Kconfig')
-rw-r--r-- | arch/arm/mach-exynos4/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos4/Kconfig b/arch/arm/mach-exynos4/Kconfig index dd660eb2020..d7491e1f245 100644 --- a/arch/arm/mach-exynos4/Kconfig +++ b/arch/arm/mach-exynos4/Kconfig @@ -251,11 +251,12 @@ config MACH_ORIGEN select S5P_DEV_FIMC3 select S5P_DEV_FIMD0 select S5P_DEV_I2C_HDMIPHY + select S5P_DEV_MFC select S5P_DEV_TV select S5P_DEV_USB_EHCI - select EXYNOS4_DEV_PD select SAMSUNG_DEV_BACKLIGHT select SAMSUNG_DEV_PWM + select EXYNOS4_DEV_PD select EXYNOS4_SETUP_FIMD0 select EXYNOS4_SETUP_SDHCI select EXYNOS4_SETUP_USB_PHY |