diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2011-12-29 16:46:16 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-01-20 09:39:36 +0900 |
commit | 84207d83adc9a9b97d45d9cefaaf0ca766891b92 (patch) | |
tree | e6a1c4ba4453c95e70ee25a4e45594a4d935101d /arch/arm/mach-exynos/Kconfig | |
parent | 62d30f86f1f76e11819fb06c1597c7e7f1d620c2 (diff) |
ARM: EXYNOS: Enable G2D on ORIGEN
This patch enables G2D support on ORIGEN 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-exynos/Kconfig')
-rw-r--r-- | arch/arm/mach-exynos/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index e7830fd4bc31..bd4600eaa7d8 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig @@ -305,6 +305,7 @@ config MACH_ORIGEN select S5P_DEV_FIMC2 select S5P_DEV_FIMC3 select S5P_DEV_FIMD0 + select S5P_DEV_G2D select S5P_DEV_I2C_HDMIPHY select S5P_DEV_MFC select S5P_DEV_TV |