aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2009-11-09 17:56:47 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2009-11-09 17:56:47 +0000
commit7f91d9236ccd3428093ff163a2904424935fccec (patch)
tree84c923c4186ba174f2d7bcd90491a10a40a13da1 /src
parent0da38dde4b173e43e29435751549809b4b13053d (diff)
Enable Multiboot table support (for GRUB2) by default.
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Robert Millan <rmh.grub@aybabtu.com> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4930 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r--src/Kconfig2
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