diff options
author | Tim Harvey <tharvey@gateworks.com> | 2014-04-25 15:39:07 -0700 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-05-09 15:10:54 +0200 |
commit | 7a278f9f1b178719f299d5dc9479b636fb153e34 (patch) | |
tree | c031b3b6318ca52d430d9d3ce64e64261e589ea5 /include/configs/gw_ventana.h | |
parent | effb7dc6d92ddb862a305037db12241f2ab75257 (diff) | |
download | u-boot-imx-7a278f9f1b178719f299d5dc9479b636fb153e34.zip u-boot-imx-7a278f9f1b178719f299d5dc9479b636fb153e34.tar.gz u-boot-imx-7a278f9f1b178719f299d5dc9479b636fb153e34.tar.bz2 |
imx: ventana: add HDMI and LVDS display capability
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'include/configs/gw_ventana.h')
-rw-r--r-- | include/configs/gw_ventana.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h index 335f2ff..cd55495 100644 --- a/include/configs/gw_ventana.h +++ b/include/configs/gw_ventana.h @@ -194,6 +194,22 @@ #define CONFIG_SYS_USB_EVENT_POLL_VIA_CONTROL_EP #define CONFIG_USB_HUB_MIN_POWER_ON_DELAY 1200 +/* Framebuffer and LCD */ +#define CONFIG_VIDEO +#define CONFIG_VIDEO_IPUV3 +#define CONFIG_CFB_CONSOLE +#define CONFIG_VGA_AS_SINGLE_DEVICE +#define CONFIG_SYS_CONSOLE_IS_IN_ENV +#define CONFIG_VIDEO_BMP_RLE8 +#define CONFIG_SPLASH_SCREEN +#define CONFIG_BMP_16BPP +#define CONFIG_VIDEO_LOGO +#define CONFIG_IPUV3_CLK 260000000 +#define CONFIG_CMD_HDMIDETECT +#define CONFIG_CONSOLE_MUX +#define CONFIG_IMX_HDMI +#define CONFIG_IMX_VIDEO_SKIP + /* serial console (ttymxc1,115200) */ #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 115200 |