diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-03-09 09:51:45 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-03-11 01:32:20 -0500 |
commit | b3421f97b3d7d6993a770977ca4ceeb175de32c9 (patch) | |
tree | bd2f31c2cb305e6fb7300492537bdbeea433c011 /arch/arm/mach-exynos/Kconfig | |
parent | 6f04247ba8d1ff5d2315d100b19caf77d0c31072 (diff) |
ARM: EXYNOS: Enable G2D on SMDKV310
This patch enables G2D support 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-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 9a427bc10d2b..88a35bba76c7 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig | |||
@@ -183,6 +183,7 @@ config MACH_SMDKV310 | |||
183 | select S5P_DEV_FIMC1 | 183 | select S5P_DEV_FIMC1 |
184 | select S5P_DEV_FIMC2 | 184 | select S5P_DEV_FIMC2 |
185 | select S5P_DEV_FIMC3 | 185 | select S5P_DEV_FIMC3 |
186 | select S5P_DEV_G2D | ||
186 | select S5P_DEV_I2C_HDMIPHY | 187 | select S5P_DEV_I2C_HDMIPHY |
187 | select S5P_DEV_MFC | 188 | select S5P_DEV_MFC |
188 | select S5P_DEV_TV | 189 | select S5P_DEV_TV |