summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2016-02-23 17:58:09 +0800
committerYe Li <ye.li@nxp.com>2017-04-05 14:04:32 +0800
commit5e89820ac4a2103fe4c3bee64710e46c8cc69216 (patch)
tree04fb5a68c6ee5cc609de6e6b8d14636bd7222515 /include
parenta8e94954d8ccc44c41d77a5e356d6a99b3d45649 (diff)
downloadu-boot-imx-5e89820ac4a2103fe4c3bee64710e46c8cc69216.zip
u-boot-imx-5e89820ac4a2103fe4c3bee64710e46c8cc69216.tar.gz
u-boot-imx-5e89820ac4a2103fe4c3bee64710e46c8cc69216.tar.bz2
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 <ye.li@nxp.com> (cherry picked from commit 2271dcfee3500e96503a9fc59929e73167e3c4a2)
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx6sxsabreauto.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/mx6sxsabreauto.h b/include/configs/mx6sxsabreauto.h
index cad8300..752ad47 100644
--- a/include/configs/mx6sxsabreauto.h
+++ b/include/configs/mx6sxsabreauto.h
@@ -188,6 +188,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
@@ -204,6 +205,11 @@
#define CONFIG_IMX_VIDEO_SKIP
#define CONFIG_SYS_CONSOLE_BG_COL 0x00
#define CONFIG_SYS_CONSOLE_FG_COL 0xa0
+#ifdef CONFIG_VIDEO_GIS
+#define CONFIG_VIDEO_CSI
+#define CONFIG_VIDEO_PXP
+#define CONFIG_VIDEO_VADC
+#endif
#endif
#endif /* __CONFIG_H */