diff options
author | Maxime Jourdan <mjourdan@baylibre.com> | 2018-12-20 15:13:07 +0100 |
---|---|---|
committer | Neil Armstrong <narmstrong@baylibre.com> | 2019-01-31 09:35:01 +0100 |
commit | fce1069bfb9b0b12fb760c408833c33243492257 (patch) | |
tree | cfed03861f7d12397131bb88b0d4852f18ca8538 /configs/libretech-cc_defconfig | |
parent | 01790b016ec744ec3b1f13f9fdb24417b3168879 (diff) | |
download | u-boot-fce1069bfb9b0b12fb760c408833c33243492257.tar.gz |
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>
Diffstat (limited to 'configs/libretech-cc_defconfig')
-rw-r--r-- | configs/libretech-cc_defconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/libretech-cc_defconfig b/configs/libretech-cc_defconfig index c3fdca5e67..fa01b15a0b 100644 --- a/configs/libretech-cc_defconfig +++ b/configs/libretech-cc_defconfig @@ -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 |