summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--device/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/device/Kconfig b/device/Kconfig
index 9f944a415413..ac37cdc112f6 100644
--- a/device/Kconfig
+++ b/device/Kconfig
@@ -105,6 +105,12 @@ menu "Advanced YABEL Settings"
If YABEL_ADVANCED_SETTINGS is not enabled, the code defaults
to 0x1000000 (16 MB).
+ config YABEL_DEBUG_FLAGS
+ hex "YABEL Debug Flags"
+ default 0
+ help
+ Set YABEL debug flags, for possible values, see util/x86emu/yabel/debug.h
+
endmenu
# TODO: This should probably become a CMOS option.