diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-03-09 17:23:43 +0100 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-03-11 07:32:30 +0100 |
commit | 156d264b1956727cf8ebbe94e8ca95454d46044a (patch) | |
tree | 0bc9e200f603a9223979e5f6edc7249e793d858e /arch/arm/mach-s5pv210/Kconfig | |
parent | ARM: S5PV210: Add JPEG board definition (diff) | |
download | linux-156d264b1956727cf8ebbe94e8ca95454d46044a.tar.xz linux-156d264b1956727cf8ebbe94e8ca95454d46044a.zip |
ARM: S5PV210: Enable JPEG on SMDKV210
Enables JPEG support 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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/Kconfig b/arch/arm/mach-s5pv210/Kconfig index c338b8634cbf..4c4ca1ade86e 100644 --- a/arch/arm/mach-s5pv210/Kconfig +++ b/arch/arm/mach-s5pv210/Kconfig @@ -149,6 +149,7 @@ config MACH_SMDKV210 select S5P_DEV_FIMC0 select S5P_DEV_FIMC1 select S5P_DEV_FIMC2 + select S5P_DEV_JPEG select S5P_DEV_MFC select SAMSUNG_DEV_ADC select SAMSUNG_DEV_BACKLIGHT |