From 89654b82e29c2c2231970fd7bac1d3516e54e797 Mon Sep 17 00:00:00 2001 From: Alex Zhao Date: Thu, 12 Nov 2020 11:33:09 +0800 Subject: [PATCH] arm64: rockchip_defconfig: add uart number to 10 Signed-off-by: Alex Zhao Change-Id: Ifecbebaf84c74ba4b7566192f661c94c1af1d30d --- arch/arm64/configs/rockchip_defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/configs/rockchip_defconfig b/arch/arm64/configs/rockchip_defconfig index d62c9a0c7449..96ec87e0b568 100644 --- a/arch/arm64/configs/rockchip_defconfig +++ b/arch/arm64/configs/rockchip_defconfig @@ -487,8 +487,8 @@ CONFIG_SERIAL_8250=y # CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set CONFIG_SERIAL_8250_CONSOLE=y # CONFIG_SERIAL_8250_PCI is not set -CONFIG_SERIAL_8250_NR_UARTS=6 -CONFIG_SERIAL_8250_RUNTIME_UARTS=6 +CONFIG_SERIAL_8250_NR_UARTS=10 +CONFIG_SERIAL_8250_RUNTIME_UARTS=10 CONFIG_SERIAL_8250_DW=y CONFIG_HW_RANDOM=y CONFIG_HW_RANDOM_ROCKCHIP=y