ARM: EXYNOS: Enable JPEG on Origen
authorSachin Kamat <sachin.kamat@linaro.org>
Fri, 9 Mar 2012 16:19:27 +0000 (08:19 -0800)
committerKukjin Kim <kgene.kim@samsung.com>
Sun, 11 Mar 2012 06:32:27 +0000 (22:32 -0800)
Enables JPEG support on Origen board.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-exynos/Kconfig
arch/arm/mach-exynos/mach-origen.c

index 2f6cc134c7049b6d920ba4ede0c4d853528d643c..c74ae140182c40960a497cbc943375f5d9935a61 100644 (file)
@@ -311,6 +311,7 @@ config MACH_ORIGEN
        select S5P_DEV_FIMD0
        select S5P_DEV_G2D
        select S5P_DEV_I2C_HDMIPHY
+       select S5P_DEV_JPEG
        select S5P_DEV_MFC
        select S5P_DEV_TV
        select S5P_DEV_USB_EHCI
index f2201e721459c06a13892c9715bfa722aa762315..686d1826c058526bc3124f8299dd5bc1a3358edb 100644 (file)
@@ -639,6 +639,7 @@ static struct platform_device *origen_devices[] __initdata = {
        &s5p_device_g2d,
        &s5p_device_hdmi,
        &s5p_device_i2c_hdmiphy,
+       &s5p_device_jpeg,
        &s5p_device_mfc,
        &s5p_device_mfc_l,
        &s5p_device_mfc_r,
This page took 0.025349 seconds and 5 git commands to generate.