arm: libretech-cc: enable video by default

libretech-cc being the main device tested with CONFIG_VIDEO_MESON, let's
enable it by default.

Also enable:
 - CONFIG_SYS_WHITE_ON_BLACK for prettiness
 - CONFIG_VIDEO_DT_SIMPLEFB for framebuffer sharing with kernel

Signed-off-by: Maxime Jourdan <mjourdan@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Reviewed-by: Anatolij Gustschin <agust@denx.de>
This commit is contained in:
Maxime Jourdan 2018-12-20 15:13:07 +01:00 committed by Neil Armstrong
parent 01790b016e
commit fce1069bfb

View File

@ -51,3 +51,9 @@ CONFIG_USB_DWC3=y
CONFIG_OF_LIBFDT_OVERLAY=y
CONFIG_CONSOLE_MUX=y
CONFIG_SYS_CONSOLE_IS_IN_ENV=y
CONFIG_POWER_DOMAIN=y
CONFIG_MESON_GX_VPU_POWER_DOMAIN=y
CONFIG_DM_VIDEO=y
CONFIG_VIDEO_MESON=y
CONFIG_SYS_WHITE_ON_BLACK=y
CONFIG_VIDEO_DT_SIMPLEFB=y