From 3965a8505b2d8c787d27b74af5423037cdf5c5e4 Mon Sep 17 00:00:00 2001 From: Henry Wang Date: Sun, 14 Mar 2021 20:52:28 +0800 Subject: [PATCH] resources: AArch64: Enable PL011 driver in kernel This commit enables the kernel config of PL011 UART controller. Signed-off-by: Henry Wang --- resources/linux-config-aarch64 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/linux-config-aarch64 b/resources/linux-config-aarch64 index 7323ea5f1..8275c6aa0 100644 --- a/resources/linux-config-aarch64 +++ b/resources/linux-config-aarch64 @@ -1450,7 +1450,8 @@ CONFIG_SERIAL_OF_PLATFORM=y # Non-8250 serial port support # # CONFIG_SERIAL_AMBA_PL010 is not set -# CONFIG_SERIAL_AMBA_PL011 is not set +CONFIG_SERIAL_AMBA_PL011=y +CONFIG_SERIAL_AMBA_PL011_CONSOLE=y # CONFIG_SERIAL_EARLYCON_ARM_SEMIHOST is not set # CONFIG_SERIAL_UARTLITE is not set CONFIG_SERIAL_CORE=y