From eca4238f5ac195197d0a56f9bc3471201a2791aa Mon Sep 17 00:00:00 2001 From: Allen Xu Date: Thu, 24 May 2012 10:42:51 +0800 Subject: [PATCH] ENGR00210559-2 Integrate gpu openGL2.1 and DRM Add vivante drm modules code and select it in default config. Integrate these code from vivante. Signed-off-by: Allen Xu --- arch/arm/configs/imx6_defconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/configs/imx6_defconfig b/arch/arm/configs/imx6_defconfig index 6ec55fd45f4b..7e41646f2a79 100644 --- a/arch/arm/configs/imx6_defconfig +++ b/arch/arm/configs/imx6_defconfig @@ -1693,7 +1693,8 @@ CONFIG_USB_GSPCA=m # # Graphics support # -# CONFIG_DRM is not set +CONFIG_DRM=m +CONFIG_DRM_VIVANTE=m # CONFIG_VGASTATE is not set # CONFIG_VIDEO_OUTPUT_CONTROL is not set CONFIG_FB=y -- 2.39.5