summaryrefslogtreecommitdiffstats
path: root/src/Kconfig
diff options
context:
space:
mode:
authorVladimir Serbinenko <phcoder@gmail.com>2014-01-06 20:40:27 +0100
committerPatrick Georgi <patrick@georgi-clan.de>2014-01-23 20:37:48 +0100
commit2657e841097b33bc6f50470f852d2e54fb35f5f6 (patch)
treee9bcd8d212099c20543dd5b9ecdb2fd074d13f6b /src/Kconfig
parentb2939f7486b80a3f7fc5fc7fd5723dd58984d31d (diff)
downloadcoreboot-staging-2657e841097b33bc6f50470f852d2e54fb35f5f6.zip
coreboot-staging-2657e841097b33bc6f50470f852d2e54fb35f5f6.tar.gz
Multiboot: remove multiboot tables generation.
GRUB2-as-payload doesn't use them. Libpayload can live with just coreboot tables if loaded as payload. memtest86+ can use them but is buggy with them. Solaris needs a huge boot archive not supported by coreboot and too big to fit in flash (dozens of megabytes). All-in-all looks like no users are left for this. Change-Id: Id92f73be5a397db80f5b0132ee57c37ee6eeb563 Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/4628 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Kconfig b/src/Kconfig
index bed6c7f..0af108f 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -469,11 +469,6 @@ config MAX_PIRQ_LINKS
menu "System tables"
-config MULTIBOOT
- bool "Generate Multiboot tables (for GRUB2)"
- default y
- depends on ARCH_X86
-
config GENERATE_ACPI_TABLES
prompt "Generate ACPI tables" if HAVE_ACPI_TABLES
bool
OpenPOWER on IntegriCloud