diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-08-13 00:29:13 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-08-26 07:54:08 -0700 |
commit | 8744bef5a139ede43f75a302f7e503f09577e37e (patch) | |
tree | 35e19f02a9dbe33c54b447598148323eacfb603c /arch | |
parent | d2f56f46fe597068b7de06ca8a64af28c70dd29f (diff) | |
download | u-boot-imx-8744bef5a139ede43f75a302f7e503f09577e37e.zip u-boot-imx-8744bef5a139ede43f75a302f7e503f09577e37e.tar.gz u-boot-imx-8744bef5a139ede43f75a302f7e503f09577e37e.tar.bz2 |
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/Kconfig | 2 |
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" |