mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 21:51:31 +00:00
x86: kconfig: Hide "System tables" for EFI
Instead of hiding each menu entries under "System tables" for EFI, hide the main menu completely. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
a25bc78e2f
commit
d2f56f46fe
1 changed files with 1 additions and 3 deletions
|
@ -307,10 +307,10 @@ config VGA_BIOS_ADDR
|
||||||
0x90000 from the beginning of a 1MB flash device.
|
0x90000 from the beginning of a 1MB flash device.
|
||||||
|
|
||||||
menu "System tables"
|
menu "System tables"
|
||||||
|
depends on !EFI
|
||||||
|
|
||||||
config GENERATE_PIRQ_TABLE
|
config GENERATE_PIRQ_TABLE
|
||||||
bool "Generate a PIRQ table"
|
bool "Generate a PIRQ table"
|
||||||
depends on !EFI
|
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Generate a PIRQ routing table for this board. The PIRQ routing table
|
Generate a PIRQ routing table for this board. The PIRQ routing table
|
||||||
|
@ -321,7 +321,6 @@ config GENERATE_PIRQ_TABLE
|
||||||
|
|
||||||
config GENERATE_SFI_TABLE
|
config GENERATE_SFI_TABLE
|
||||||
bool "Generate a SFI (Simple Firmware Interface) table"
|
bool "Generate a SFI (Simple Firmware Interface) table"
|
||||||
depends on !EFI
|
|
||||||
help
|
help
|
||||||
The Simple Firmware Interface (SFI) provides a lightweight method
|
The Simple Firmware Interface (SFI) provides a lightweight method
|
||||||
for platform firmware to pass information to the operating system
|
for platform firmware to pass information to the operating system
|
||||||
|
@ -336,7 +335,6 @@ config GENERATE_SFI_TABLE
|
||||||
|
|
||||||
config GENERATE_MP_TABLE
|
config GENERATE_MP_TABLE
|
||||||
bool "Generate an MP (Multi-Processor) table"
|
bool "Generate an MP (Multi-Processor) table"
|
||||||
depends on !EFI
|
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Generate an MP (Multi-Processor) table for this board. The MP table
|
Generate an MP (Multi-Processor) table for this board. The MP table
|
||||||
|
|
Loading…
Add table
Reference in a new issue