Skip to content

Commit adecb09

Browse files
JordanYateshenrikbrixandersen
authored andcommitted
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 <[email protected]>
1 parent 2bfd764 commit adecb09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/modem/Kconfig.cellular

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ config MODEM_CELLULAR
1010
select MODEM_PIPE
1111
select MODEM_PIPELINK
1212
select MODEM_BACKEND_UART
13+
select UART_USE_RUNTIME_CONFIGURE
1314
select RING_BUFFER
1415
select NET_L2_PPP_OPTION_MRU
1516
select NET_L2_PPP_PAP

0 commit comments

Comments
 (0)