diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-03-09 15:51:45 +0100 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-03-11 07:32:20 +0100 |
commit | b3421f97b3d7d6993a770977ca4ceeb175de32c9 (patch) | |
tree | bd2f31c2cb305e6fb7300492537bdbeea433c011 /arch/arm/mach-exynos/Kconfig | |
parent | ARM: S3C64XX: Supply platform data for SPI on Cragganmore (diff) | |
download | linux-b3421f97b3d7d6993a770977ca4ceeb175de32c9.tar.xz linux-b3421f97b3d7d6993a770977ca4ceeb175de32c9.zip |
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 select S5P_DEV_FIMC1 select S5P_DEV_FIMC2 select S5P_DEV_FIMC3 + select S5P_DEV_G2D select S5P_DEV_I2C_HDMIPHY select S5P_DEV_MFC select S5P_DEV_TV |