diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-05-12 16:36:22 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-05-12 16:36:22 +0900 |
commit | 8e84e7d5be8f166694b1a919760a855c62d8444d (patch) | |
tree | 9aba9e73aa90d3b279b44e686bab88f7c5d41075 /arch/arm/mach-exynos/Kconfig | |
parent | 691bcb31ac203263b5361a8bbcfbf32b914c36c0 (diff) | |
download | blackbird-op-linux-8e84e7d5be8f166694b1a919760a855c62d8444d.tar.gz blackbird-op-linux-8e84e7d5be8f166694b1a919760a855c62d8444d.zip |
ARM: EXYNOS: Add FIMC device to SMDK4X12
Enable FIMC 0,1,2,3 and media device (md) support on SMDK4X12 boards.
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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index 1db63cb33bef..366daff79458 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig @@ -346,6 +346,10 @@ config MACH_SMDK4212 select S3C_DEV_I2C7 select S3C_DEV_RTC select S3C_DEV_WDT + select S5P_DEV_FIMC0 + select S5P_DEV_FIMC1 + select S5P_DEV_FIMC2 + select S5P_DEV_FIMC3 select S5P_DEV_MFC select SAMSUNG_DEV_BACKLIGHT select SAMSUNG_DEV_KEYPAD |