From 01790b016ec744ec3b1f13f9fdb24417b3168879 Mon Sep 17 00:00:00 2001 From: Maxime Jourdan Date: Thu, 20 Dec 2018 15:09:12 +0100 Subject: arm: meson64: enable console mux and console env by default With the recent addition of the meson VPU driver, enable the following config entries by default for meson-64 targets: CONFIG_CONSOLE_MUX, CONFIG_SYS_CONSOLE_IS_IN_ENV. This allows outputting the console via video if CONFIG_VIDEO_MESON is selected. Signed-off-by: Maxime Jourdan Signed-off-by: Neil Armstrong Reviewed-by: Anatolij Gustschin --- configs/libretech-cc_defconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs/libretech-cc_defconfig') diff --git a/configs/libretech-cc_defconfig b/configs/libretech-cc_defconfig index c21b9ad..c3fdca5 100644 --- a/configs/libretech-cc_defconfig +++ b/configs/libretech-cc_defconfig @@ -49,3 +49,5 @@ CONFIG_USB_XHCI_DWC3=y CONFIG_USB_XHCI_DWC3_OF_SIMPLE=y CONFIG_USB_DWC3=y CONFIG_OF_LIBFDT_OVERLAY=y +CONFIG_CONSOLE_MUX=y +CONFIG_SYS_CONSOLE_IS_IN_ENV=y -- cgit v1.1