diff options
-rw-r--r-- | src/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Kconfig b/src/Kconfig index 5fef0a9469..cc61ba6225 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -319,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 |