From 2271dcfee3500e96503a9fc59929e73167e3c4a2 Mon Sep 17 00:00:00 2001 From: Ye Li Date: Tue, 23 Feb 2016 17:58:09 +0800 Subject: MLK-12439 mx6sxsabreauto: Enable GIS for the AI board Enable the GIS feature for i.MX6SX sabreauto board. Need to define the "gis=vadc" environment variable for the gis input. At default this variable is not set. Signed-off-by: Ye Li --- include/configs/mx6sxsabreauto.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/configs/mx6sxsabreauto.h b/include/configs/mx6sxsabreauto.h index a9525fc..611ffd4 100644 --- a/include/configs/mx6sxsabreauto.h +++ b/include/configs/mx6sxsabreauto.h @@ -213,6 +213,7 @@ #define CONFIG_SYS_I2C_PCA953X_WIDTH { {0x30, 8}, {0x32, 8}, {0x34, 8} } #define CONFIG_VIDEO +#define CONFIG_VIDEO_GIS #ifdef CONFIG_VIDEO #define CONFIG_CFB_CONSOLE #define CONFIG_VIDEO_MXS @@ -227,6 +228,11 @@ #define CONFIG_VIDEO_BMP_RLE8 #define CONFIG_VIDEO_BMP_LOGO #define CONFIG_IMX_VIDEO_SKIP +#ifdef CONFIG_VIDEO_GIS +#define CONFIG_VIDEO_CSI +#define CONFIG_VIDEO_PXP +#define CONFIG_VIDEO_VADC +#endif #endif #endif /* __CONFIG_H */ -- cgit v1.1