mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user