Author: phueper Date: 2009-03-14 16:43:25 +0100 (Sat, 14 Mar 2009) New Revision: 1148
Modified: coreboot-v3/device/Kconfig Log: add YABEL Debug Flag config variable Signed-off-by: Pattrick Hueper <[email protected]> Acked-by: Stefan Reinauer <[email protected]> Modified: coreboot-v3/device/Kconfig =================================================================== --- coreboot-v3/device/Kconfig 2009-03-13 12:25:57 UTC (rev 1147) +++ coreboot-v3/device/Kconfig 2009-03-14 15:43:25 UTC (rev 1148) @@ -105,6 +105,12 @@ 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. -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

