aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-exynos/Kconfig1
-rw-r--r--arch/arm/mach-exynos/mach-origen_quad.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
index 987805b96079..db2e9e0d4ef7 100644
--- a/arch/arm/mach-exynos/Kconfig
+++ b/arch/arm/mach-exynos/Kconfig
@@ -436,6 +436,7 @@ config MACH_ORIGEN_QUAD
select EXYNOS4_SETUP_SDHCI
select S5P_DEV_I2C_HDMIPHY
select S3C24XX_PWM
+ select S5P_DEV_G3D
help
Machine support for ORIGEN based on Samsung EXYNOS4412
diff --git a/arch/arm/mach-exynos/mach-origen_quad.c b/arch/arm/mach-exynos/mach-origen_quad.c
index daef61b2bea6..999691cf5c61 100644
--- a/arch/arm/mach-exynos/mach-origen_quad.c
+++ b/arch/arm/mach-exynos/mach-origen_quad.c
@@ -729,6 +729,7 @@ static struct platform_device *origen_quad_devices[] __initdata = {
&s5p_device_fimc3,
&s5p_device_fimc_md,
&s5p_device_fimd0,
+ &s5p_device_g3d,
&s5p_device_hdmi,
&s5p_device_i2c_hdmiphy,
&s5p_device_mfc,