mirror of
https://github.com/zephyrproject-rtos/zephyr.git
synced 2024-12-04 10:18:24 +08:00
debug: gdbstub: Add dependency to UART runtime configuration
Force enabling of the UART runtime configuration for GDBSTUB. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
parent
6022a413d6
commit
7778b7d46d
|
@ -397,6 +397,7 @@ endmenu
|
|||
config GDBSTUB
|
||||
bool "GDB remote serial protocol support [EXPERIMENTAL]"
|
||||
depends on ARCH_HAS_GDBSTUB
|
||||
select UART_USE_RUNTIME_CONFIGURE
|
||||
select EXPERIMENTAL
|
||||
help
|
||||
This option enable support the target using GDB, or any other
|
||||
|
|
Loading…
Reference in New Issue
Block a user