serial/gdbstub:Adjust serial port gdbstub Kconfig dependencies
Signed-off-by: anjiahao <anjiahao@xiaomi.com>
This commit is contained in:
parent
12fd5ec472
commit
f307c1587c
|
@ -43,7 +43,7 @@ config SERIAL_CONSOLE
|
||||||
|
|
||||||
config SERIAL_GDBSTUB
|
config SERIAL_GDBSTUB
|
||||||
bool "GDBSTUB Serial support"
|
bool "GDBSTUB Serial support"
|
||||||
depends on ARCH_HAVE_DEBUG
|
depends on LIB_GDBSTUB
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config SERIAL_GDBSTUB_PATH
|
config SERIAL_GDBSTUB_PATH
|
||||||
|
|
Loading…
Reference in New Issue