sdk-hwV1.3/lichee/melis-v3.0/source/ekernel/components/aw/Kconfig

25 lines
555 B
Plaintext
Executable File

menu "Allwinner Components Support"
config SUBSYS_KGDB
bool "kgdb sutb"
default n
help
The is kgdb stub program, which work as gdbserver.
source "ekernel/components/aw/multi_console/Kconfig"
source "ekernel/components/aw/rpbuf/Kconfig"
source "ekernel/components/aw/virt_log/Kconfig"
source "ekernel/components/aw/samples/Kconfig"
source "ekernel/components/aw/standby/Kconfig"
source "ekernel/components/aw/debug/Kconfig"
source "ekernel/components/aw/waitqueue/Kconfig"
source "ekernel/components/aw/newlib/Kconfig"
endmenu