From 8b285fc104b0210969ab4b5b6d69932265e4dd97 Mon Sep 17 00:00:00 2001 From: Aymeric Aillet Date: Mon, 15 Mar 2021 11:15:17 +0100 Subject: [PATCH] boards: arm: rcar_h3ulcb: Enable UART Enable UART driver for Renesas R-Car H3 boards. Signed-off-by: Aymeric Aillet --- boards/arm/rcar_h3ulcb/rcar_h3ulcb_cr7_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/boards/arm/rcar_h3ulcb/rcar_h3ulcb_cr7_defconfig b/boards/arm/rcar_h3ulcb/rcar_h3ulcb_cr7_defconfig index 17a022e24b3..ea239fd5300 100644 --- a/boards/arm/rcar_h3ulcb/rcar_h3ulcb_cr7_defconfig +++ b/boards/arm/rcar_h3ulcb/rcar_h3ulcb_cr7_defconfig @@ -10,3 +10,6 @@ CONFIG_FLASH_SIZE=0 CONFIG_FLASH_BASE_ADDRESS=0 CONFIG_GPIO=y CONFIG_GPIO_RCAR=y +CONFIG_SERIAL=y +CONFIG_UART_RCAR=y +CONFIG_UART_CONSOLE=y