diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-03-09 16:00:40 +0100 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-03-11 07:32:23 +0100 |
commit | 859e10c03fba20807aaa553b095ddfef33c0ff5c (patch) | |
tree | 61d6e814b4b37912009a7be850271846b3f449fa /arch/arm/mach-s5pv210/Kconfig | |
parent | ARM: S5PV210: Enable MFC on SMDKC110 (diff) | |
download | linux-859e10c03fba20807aaa553b095ddfef33c0ff5c.tar.xz linux-859e10c03fba20807aaa553b095ddfef33c0ff5c.zip |
ARM: S5PV210: Enable FIMC on SMDKV210
Enable FIMC 0,1,2 and media device(md) on SMDKV210 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-s5pv210/Kconfig')
-rw-r--r-- | arch/arm/mach-s5pv210/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/Kconfig b/arch/arm/mach-s5pv210/Kconfig index dd9bdab96490..cf3be3b07f2c 100644 --- a/arch/arm/mach-s5pv210/Kconfig +++ b/arch/arm/mach-s5pv210/Kconfig @@ -143,6 +143,9 @@ config MACH_SMDKV210 select S3C_DEV_I2C2 select S3C_DEV_RTC select S3C_DEV_WDT + select S5P_DEV_FIMC0 + select S5P_DEV_FIMC1 + select S5P_DEV_FIMC2 select S5P_DEV_MFC select SAMSUNG_DEV_ADC select SAMSUNG_DEV_BACKLIGHT |