From a957b7ad21a72c4be3bb09efe6370ec3515c7074 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Thu, 14 Feb 2013 13:39:25 -0800 Subject: ARMv7: drop multiboot support Multiboot is an x86 only thing. Drop support on ARM. Change-Id: I13fafa464a794206d5450b4a1f23a187967a8338 Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/2392 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Kconfig') diff --git a/src/Kconfig b/src/Kconfig index 726fa39a3b..4e7957e6a2 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -413,6 +413,7 @@ config WRITE_HIGH_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 -- cgit v1.2.3