diff options
author | Pattrick Hueper <phueper@hueper.net> | 2009-03-14 15:43:42 +0000 |
---|---|---|
committer | Pattrick Hueper <phueper@hueper.net> | 2009-03-14 15:43:42 +0000 |
commit | 2075dbea45b0921e575c375eed597efd65bef9eb (patch) | |
tree | de03f6c2f7741378135746d39d6af4470167746f /src | |
parent | 84a1f4e26139090b31e427904263a9b8347c3a2a (diff) | |
download | coreboot-2075dbea45b0921e575c375eed597efd65bef9eb.tar.xz |
add YABEL Debug Flags to Options
Signed-off-by: Pattrick Hueper <phueper@hueper.net>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4004 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r-- | src/config/Options.lb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index 88f57e2879..4bc20c61dc 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -1087,6 +1087,12 @@ define CONFIG_PCI_OPTION_ROM_RUN_YABEL comment "Use Yabel instead of old bios emulator" end +define CONFIG_YABEL_DEBUG_FLAGS + default 0 + export used + comment "YABEL debug flags, for possible values, see util/x86emu/yabel/debug.h" +end + define CONFIG_PCI_OPTION_ROM_RUN_VM86 default 0 export used |