From ece4ec01535de52e736a58496e91ac32f95fe9cc Mon Sep 17 00:00:00 2001 From: Jordan Yates Date: Fri, 3 Oct 2025 14:11:08 +1000 Subject: [PATCH] modem: select `UART_USE_RUNTIME_CONFIGURE` Override any defaults for `UART_USE_RUNTIME_CONFIGURE` when using `CONFIG_MODEM_CELLULAR`, as the baudrate update feature depends on it. Signed-off-by: Jordan Yates --- drivers/modem/Kconfig.cellular | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/modem/Kconfig.cellular b/drivers/modem/Kconfig.cellular index 6c3e841475bf2..ad2c7a5eba8ed 100644 --- a/drivers/modem/Kconfig.cellular +++ b/drivers/modem/Kconfig.cellular @@ -10,6 +10,7 @@ config MODEM_CELLULAR select MODEM_PIPE select MODEM_PIPELINK select MODEM_BACKEND_UART + select UART_USE_RUNTIME_CONFIGURE select RING_BUFFER select NET_L2_PPP_OPTION_MRU select NET_L2_PPP_PAP