From 84545e19a07240b5cca4304b73d31e8b49536fcc Mon Sep 17 00:00:00 2001 From: Sandor Yu Date: Tue, 6 Aug 2013 19:20:38 +0800 Subject: [PATCH] ENGR00274055 MX6 HDMI: Enable HDMI video in defconfig Enable i.MX6 HDMI video in defconfig Signed-off-by: Sandor Yu --- arch/arm/configs/imx_v6_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index 590cb8222c7d..f4ba7323af44 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -194,6 +194,7 @@ CONFIG_BACKLIGHT_CLASS_DEVICE=y CONFIG_BACKLIGHT_PWM=y CONFIG_FB_MXC_SYNC_PANEL=y CONFIG_FB_MXC_LDB=y +CONFIG_FB_MXC_HDMI=y CONFIG_FRAMEBUFFER_CONSOLE=y CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y CONFIG_FONTS=y -- 2.39.5