From d64c2c768758d2803886c9e94895a7de3803aa35 Mon Sep 17 00:00:00 2001 From: Huibin Hong Date: Wed, 30 Aug 2017 09:35:54 +0800 Subject: [PATCH] arm64: rockchip_defconfig: set default uart number 5 Many RK socs have 5 uarts, and they may be used at the same time. CONFIG_SERIAL_8250_NR_UARTS=5 CONFIG_SERIAL_8250_RUNTIME_UARTS=5 Change-Id: If86077a74c2ed8e6d5c163c8669eab98f2e6af74 Signed-off-by: Huibin Hong --- arch/arm64/configs/rockchip_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/configs/rockchip_defconfig b/arch/arm64/configs/rockchip_defconfig index 1aff21756d3d..dfbe4223a8b3 100644 --- a/arch/arm64/configs/rockchip_defconfig +++ b/arch/arm64/configs/rockchip_defconfig @@ -388,6 +388,8 @@ CONFIG_INPUT_GPIO=y CONFIG_SERIAL_8250=y # CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set CONFIG_SERIAL_8250_CONSOLE=y +CONFIG_SERIAL_8250_NR_UARTS=5 +CONFIG_SERIAL_8250_RUNTIME_UARTS=5 # CONFIG_SERIAL_8250_PCI is not set CONFIG_SERIAL_8250_DW=y # CONFIG_HW_RANDOM is not set