diff options
author | Stefan Reinauer <reinauer@chromium.org> | 2013-02-14 13:39:25 -0800 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2013-02-14 23:55:34 +0100 |
commit | a957b7ad21a72c4be3bb09efe6370ec3515c7074 (patch) | |
tree | 909d85977a7f40fe9dda65e7daa7f5f2ef4078cd /src/Kconfig | |
parent | 0928eb342976e2bc759207ad4ec0ea28b3b71cd2 (diff) | |
download | coreboot-a957b7ad21a72c4be3bb09efe6370ec3515c7074.tar.xz |
ARMv7: drop multiboot support
Multiboot is an x86 only thing. Drop support on ARM.
Change-Id: I13fafa464a794206d5450b4a1f23a187967a8338
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/2392
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |