From f8b3fed31724bd628187f019679ce14e800fb2fe Mon Sep 17 00:00:00 2001 From: Pattrick Hueper Date: Sat, 14 Mar 2009 15:43:25 +0000 Subject: add YABEL Debug Flag config variable Signed-off-by: Pattrick Hueper Acked-by: Stefan Reinauer git-svn-id: svn://coreboot.org/repository/coreboot-v3@1148 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- device/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- cgit v1.2.3