diff mbox series

[U-Boot,u-boot,11/11] arm: libretech-cc: enable video by default

Message ID 20190115161759.1657-12-narmstrong@baylibre.com
State Accepted
Commit fce1069bfb9b0b12fb760c408833c33243492257
Delegated to: Anatolij Gustschin
Headers show
Series meson: add support for Video Output | expand

Commit Message

Neil Armstrong Jan. 15, 2019, 4:17 p.m. UTC
From: Maxime Jourdan <mjourdan@baylibre.com>

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>
---
 configs/libretech-cc_defconfig | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Anatolij Gustschin Jan. 28, 2019, 8:12 p.m. UTC | #1
On Tue, 15 Jan 2019 17:17:59 +0100
Neil Armstrong narmstrong@baylibre.com wrote:

> From: Maxime Jourdan <mjourdan@baylibre.com>
> 
> 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>

--
Anatolij
diff mbox series

Patch

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