serial/gdbstub:Adjust serial port gdbstub Kconfig dependencies

Signed-off-by: anjiahao <anjiahao@xiaomi.com>
This commit is contained in:
anjiahao 2024-07-17 16:26:04 +08:00 committed by Xiang Xiao
parent 12fd5ec472
commit f307c1587c
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ config SERIAL_CONSOLE
config SERIAL_GDBSTUB
bool "GDBSTUB Serial support"
depends on ARCH_HAVE_DEBUG
depends on LIB_GDBSTUB
default n
config SERIAL_GDBSTUB_PATH