hurry hurry before we might start 3.0 ;-)
[coreboot.git] / src / config / Options.lb
index 1342366fe9e2eb089b4bc0d5d7ef5576cf215adf..b4b971bc2ce5881ff5d6973e425100c18d03c4cc 100644 (file)
@@ -97,7 +97,7 @@ define OBJCOPY
        comment "Objcopy command"
 end
 define LINUXBIOS_VERSION
-       default "1.1.8"
+       default "2.0.0"
        export always
        format "\"%s\""
        comment "LinuxBIOS version"
@@ -384,6 +384,11 @@ define CONFIG_CONSOLE_VGA_MULTI
         export always
         comment "Multi VGA console"
 end
+define CONFIG_CONSOLE_VGA_ONBOARD_AT_FIRST
+        default 0
+        export always
+        comment "Use onboard VGA instead of add on VGA card"
+end
 define CONFIG_CONSOLE_BTEXT
         default 0
         export always
@@ -490,6 +495,11 @@ define CONFIG_SYS_CLK_FREQ
        export used
        comment "System clock frequency in MHz"
 end
+define CONFIG_MAX_PCI_BUSES
+       default 255
+       export always
+       comment "Maximum number of PCI buses to search for devices"
+end
 ###############################################
 # SMP options
 ###############################################
@@ -559,6 +569,16 @@ define CONFIG_ROM_STREAM_START
        export always
        comment "ROM stream start location"
 end
+define CONFIG_COMPRESSED_ROM_STREAM
+       default 0
+       export always
+       comment "compressed boot image is located in ROM" 
+end
+define CONFIG_PRECOMPRESSED_ROM_STREAM
+       default 0
+       export always
+       comment "boot image is already compressed" 
+end
 define CONFIG_FS_STREAM
        default 0
        export always