diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2011-09-27 22:13:30 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-10-04 06:01:44 -0400 |
commit | 568f0e278c6dd33dc11bd19c4ad781d1f8d86800 (patch) | |
tree | c9935bef44dbc40cb9a56677c43a9b40c68e9e86 /arch/arm/mach-exynos4/Kconfig | |
parent | 2543bf097dc6667d19100e49b90a814c617ea827 (diff) |
ARM: EXYNOS4: Add FIMC device on SMDKV310 board
This patch adds definitions to enable support for s5p-fimc driver on
SMDKV310 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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos4/Kconfig b/arch/arm/mach-exynos4/Kconfig index c4068fd7b83c..60b82e83a084 100644 --- a/arch/arm/mach-exynos4/Kconfig +++ b/arch/arm/mach-exynos4/Kconfig | |||
@@ -139,6 +139,10 @@ config MACH_SMDKV310 | |||
139 | select S3C_DEV_RTC | 139 | select S3C_DEV_RTC |
140 | select S3C_DEV_WDT | 140 | select S3C_DEV_WDT |
141 | select S3C_DEV_I2C1 | 141 | select S3C_DEV_I2C1 |
142 | select S5P_DEV_FIMC0 | ||
143 | select S5P_DEV_FIMC1 | ||
144 | select S5P_DEV_FIMC2 | ||
145 | select S5P_DEV_FIMC3 | ||
142 | select S5P_DEV_I2C_HDMIPHY | 146 | select S5P_DEV_I2C_HDMIPHY |
143 | select S5P_DEV_MFC | 147 | select S5P_DEV_MFC |
144 | select S5P_DEV_TV | 148 | select S5P_DEV_TV |