summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/toolchain/addons/gdb/gdb.kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/core/toolchain/addons/gdb/gdb.kconfig b/core/toolchain/addons/gdb/gdb.kconfig
index c5e0c6b..023dff1 100644
--- a/core/toolchain/addons/gdb/gdb.kconfig
+++ b/core/toolchain/addons/gdb/gdb.kconfig
@@ -104,6 +104,11 @@ config EMBTK_GDBSERVER_VERSION_STRING
depends on EMBTK_HAVE_GDBSERVER
default EMBTK_GDB_VERSION_STRING
+config EMBTK_GDBSERVER_SHA256
+ string
+ depends on EMBTK_HAVE_GDBSERVER
+ default EMBTK_GDB_SHA256
+
config EMBTK_GDBSERVER_CATEGORY
string
depends on EMBTK_HAVE_GDBSERVER
@@ -122,6 +127,11 @@ config EMBTK_GDB_HOST_VERSION_STRING
depends on EMBTK_HOST_HAVE_GDB
default EMBTK_GDB_VERSION_STRING
+config EMBTK_GDB_HOST_SHA256
+ string
+ depends on EMBTK_HOST_HAVE_GDB
+ default EMBTK_GDB_SHA256
+
config EMBTK_GDB_HOST_CATEGORY
string
depends on EMBTK_HOST_HAVE_GDB