1
0
Fork 0
forked from nuttx/nuttx-update
local-nuttx-update/libs/libc/gdbstub/Kconfig
simbit18 7df0e945ad Fix Kconfig style
Remove spaces from Kconfig files
Add TABs
Replace help => ---help---
Remove extra TABs
Add comments
2024-11-20 16:45:40 -03:00

26 lines
509 B
Text

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
config LIB_GDBSTUB
tristate "GDBSTUB"
depends on ARCH_HAVE_TCBINFO
---help---
Enable support for gdbstub.
if LIB_GDBSTUB
config LIB_GDBSTUB_DEBUG
bool "Gdbstub Debug Info"
default n
---help---
Add debug info to gdbstub
config LIB_GDBSTUB_PKTSIZE
int "Gdbstub packet size"
default 32768
---help---
The size of the gdbstub packet buffer.
endif # LIB_GDBSTUB