summaryrefslogtreecommitdiff
path: root/configs/khadas-vim2_defconfig
diff options
context:
space:
mode:
authorMaxime Jourdan <mjourdan@baylibre.com>2018-12-20 15:09:12 +0100
committerNeil Armstrong <narmstrong@baylibre.com>2019-01-31 09:35:01 +0100
commit01790b016ec744ec3b1f13f9fdb24417b3168879 (patch)
tree456739a0686cd7d7e26e50d8090bd2a9432b853c /configs/khadas-vim2_defconfig
parentf0d090442bfa73df6b698e70122bd3261f4b2163 (diff)
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 <mjourdan@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Reviewed-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'configs/khadas-vim2_defconfig')
-rw-r--r--configs/khadas-vim2_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/khadas-vim2_defconfig b/configs/khadas-vim2_defconfig
index 75514d2ca5..ed8e32776c 100644
--- a/configs/khadas-vim2_defconfig
+++ b/configs/khadas-vim2_defconfig
@@ -44,3 +44,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