arm64: rockchip_defconfig: set CONFIG_SERIAL_8250_RUNTIME_UARTS=15

For soc has less 15 UARTS, bur more than 10, like rk3576.
And according to gki commit d749a663c6 ("ANDROID: GKI: Increase max 8250 uarts"),
increase max 8250 uarts to 32.

Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com>
Change-Id: Icf380b3a71a8f56fd31801cb193b3391114f4639
This commit is contained in:
Huibin Hong
2024-02-22 03:32:06 +00:00
committed by Tao Huang
parent 2f54f29ea7
commit 619e812ead

View File

@@ -517,8 +517,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=10
CONFIG_SERIAL_8250_RUNTIME_UARTS=10
CONFIG_SERIAL_8250_NR_UARTS=32
CONFIG_SERIAL_8250_RUNTIME_UARTS=15
CONFIG_SERIAL_8250_DW=y
CONFIG_HW_RANDOM=y
CONFIG_HW_RANDOM_ROCKCHIP=y