summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-08-13 00:29:13 -0700
committerSimon Glass <sjg@chromium.org>2015-08-26 07:54:08 -0700
commit8744bef5a139ede43f75a302f7e503f09577e37e (patch)
tree35e19f02a9dbe33c54b447598148323eacfb603c /arch/x86
parentd2f56f46fe597068b7de06ca8a64af28c70dd29f (diff)
downloadtalos-obmc-uboot-8744bef5a139ede43f75a302f7e503f09577e37e.tar.gz
talos-obmc-uboot-8744bef5a139ede43f75a302f7e503f09577e37e.zip
x86: kconfig: Hide "System tables" for coreboot
When booting as a coreboot payload, we don't need write any configuration tables as coreboot does that for us. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index b600bebf15..065bbe49b7 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -307,7 +307,7 @@ config VGA_BIOS_ADDR
0x90000 from the beginning of a 1MB flash device.
menu "System tables"
- depends on !EFI
+ depends on !EFI && !SYS_COREBOOT
config GENERATE_PIRQ_TABLE
bool "Generate a PIRQ table"
OpenPOWER on IntegriCloud