aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/android-5.15.config
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2025-04-28 16:31:07 +0200
committerAleksandr Nogikh <nogikh@google.com>2025-04-28 17:05:14 +0000
commitb4e210e94d953db4d75f36663bab25765e544f3f (patch)
treeb7910f2145492e652608abcff0511636c3bc2ed6 /dashboard/config/linux/android-5.15.config
parentf98963f1d126a61e7537440165a224aaee833573 (diff)
dashboard/config: set SERIAL_8250_RUNTIME_UARTS=4
A config bisection between our LTS and Android configs have pointed to the SERIAL_8250_RUNTIME_UARTS option determining whether the kernel will hang during boot in qemu. Set SERIAL_8250_RUNTIME_UARTS=4 on our Android kernels to make them bootable.
Diffstat (limited to 'dashboard/config/linux/android-5.15.config')
-rw-r--r--dashboard/config/linux/android-5.15.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/config/linux/android-5.15.config b/dashboard/config/linux/android-5.15.config
index 741f9e2d4..8cc874ca6 100644
--- a/dashboard/config/linux/android-5.15.config
+++ b/dashboard/config/linux/android-5.15.config
@@ -2786,7 +2786,7 @@ CONFIG_SERIAL_8250_DMA=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_EXAR=y
CONFIG_SERIAL_8250_NR_UARTS=32
-CONFIG_SERIAL_8250_RUNTIME_UARTS=0
+CONFIG_SERIAL_8250_RUNTIME_UARTS=4
# CONFIG_SERIAL_8250_EXTENDED is not set
CONFIG_SERIAL_8250_DWLIB=y
# CONFIG_SERIAL_8250_DW is not set