diff options
author | Maxime Jourdan | 2018-12-20 15:09:12 +0100 |
---|---|---|
committer | Neil Armstrong | 2019-01-31 09:35:01 +0100 |
commit | 01790b016ec744ec3b1f13f9fdb24417b3168879 (patch) | |
tree | 456739a0686cd7d7e26e50d8090bd2a9432b853c /configs/p212_defconfig | |
parent | f0d090442bfa73df6b698e70122bd3261f4b2163 (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/p212_defconfig')
-rw-r--r-- | configs/p212_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/p212_defconfig b/configs/p212_defconfig index 2ab47e616f6..d2c2da10f45 100644 --- a/configs/p212_defconfig +++ b/configs/p212_defconfig @@ -48,3 +48,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 |