summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPattrick Hueper <phueper@hueper.net>2009-03-14 15:43:25 +0000
committerPattrick Hueper <phueper@hueper.net>2009-03-14 15:43:25 +0000
commitf8b3fed31724bd628187f019679ce14e800fb2fe (patch)
tree5eadcffd7541e8a6b9133ec8ab7f3dced4416cd5
parent7b97aad41f89c875223b59e3881b676530445e3b (diff)
downloadcoreboot-f8b3fed31724bd628187f019679ce14e800fb2fe.tar.gz
coreboot-f8b3fed31724bd628187f019679ce14e800fb2fe.tar.bz2
coreboot-f8b3fed31724bd628187f019679ce14e800fb2fe.zip
add YABEL Debug Flag config variable
Signed-off-by: Pattrick Hueper <phueper@hueper.net> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://coreboot.org/repository/coreboot-v3@1148 f3766cd6-281f-0410-b1cd-43a5c92072e9
-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.