]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
x86: kconfig: Hide "System tables" for coreboot
authorBin Meng <bmeng.cn@gmail.com>
Thu, 13 Aug 2015 07:29:13 +0000 (00:29 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 09:29:44 +0000 (11:29 +0200)
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>
arch/x86/Kconfig

index b600bebf15b6e8860abedf29ef71d4fb06989587..065bbe49b7f190b40aa3f5bfd6566eabce60d6d6 100644 (file)
@@ -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"