diff options
Diffstat (limited to 'src/config/Options.lb')
-rw-r--r-- | src/config/Options.lb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index 46b52c180b..d2c47be55e 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -168,6 +168,12 @@ define CONFIG_USE_INIT comment "Use stage 1 initialization code" end +define COREBOOT_V2 + default 1 + export always + comment "This is used by code to determine v2 vs v3" +end + ############################################### # ROM image options ############################################### @@ -1068,6 +1074,18 @@ define CONFIG_PCI_ROM_RUN comment "Init x86 ROMs on all PCI devices" end +define CONFIG_PCI_OPTION_ROM_RUN_YABEL + default 0 + export used + comment "Use Yabel instead of old bios emulator" +end + +define CONFIG_PCI_OPTION_ROM_RUN_VM86 + default 0 + export used + comment "Use Yabel instead of old bios emulator" +end + define CONFIG_PCI_64BIT_PREF_MEM default 0 export always |