Get rid of the ugly warning the right way.
[coreboot.git] / src / Kconfig
index 2e2bb25d1a1a1f96128b9a58fa726003a7b838df..cc61ba6225ba5a93954c0ef83acc19963fa779d0 100644 (file)
@@ -51,7 +51,6 @@ endmenu
 
 source src/mainboard/Kconfig
 source src/arch/i386/Kconfig
-source src/arch/ppc/Kconfig
 
 menu "Chipset"
 
@@ -320,7 +319,7 @@ config WRITE_HIGH_TABLES
 
 config MULTIBOOT
        bool "Generate Multiboot tables (for GRUB2)"
-       default n
+       default y
 
 config GENERATE_ACPI_TABLES
        depends on HAVE_ACPI_TABLES
@@ -421,7 +420,7 @@ config FALLBACK_VGA_BIOS_FILE
          The path and filename of the file to use as VGA BIOS.
 
 config FALLBACK_VGA_BIOS_ID
-       string "VGA BIOS ID"
+       string "VGA device PCI IDs"
        depends on VGA_BIOS
        default "1106,3230"
        help