From: Bin Meng Date: Thu, 13 Aug 2015 07:29:13 +0000 (-0700) Subject: x86: kconfig: Hide "System tables" for coreboot X-Git-Tag: KARO-TX6-2015-09-18~168 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=e10fc55aad7923d8142f96e3577cc4687bffc0e3;hp=242e71eba67d6d1fc09314a977818007efcc85fb 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 --- 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"