summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-08-13 07:29:13 (GMT)
committerSimon Glass <sjg@chromium.org>2015-08-26 14:54:08 (GMT)
commit8744bef5a139ede43f75a302f7e503f09577e37e (patch)
tree35e19f02a9dbe33c54b447598148323eacfb603c /arch
parentd2f56f46fe597068b7de06ca8a64af28c70dd29f (diff)
downloadu-boot-fsl-qoriq-8744bef5a139ede43f75a302f7e503f09577e37e.tar.xz
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')
-rw-r--r--arch/x86/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index b600beb..065bbe4 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"