mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
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>
This commit is contained in:
parent
d2f56f46fe
commit
8744bef5a1
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue