diff options
author | Ye Li <ye.li@nxp.com> | 2016-02-23 17:58:09 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2016-03-25 13:40:53 +0800 |
commit | 2271dcfee3500e96503a9fc59929e73167e3c4a2 (patch) | |
tree | 81213dad812b1cbc370561154187176ce19aafb2 | |
parent | 02dfe2e4af5f51d39a51542fb0e81f93faf505bc (diff) | |
download | u-boot-imx-2271dcfee3500e96503a9fc59929e73167e3c4a2.zip u-boot-imx-2271dcfee3500e96503a9fc59929e73167e3c4a2.tar.gz u-boot-imx-2271dcfee3500e96503a9fc59929e73167e3c4a2.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>
-rw-r--r-- | include/configs/mx6sxsabreauto.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 */ |