diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-08-13 00:29:12 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-08-26 07:54:07 -0700 |
commit | d2f56f46fe597068b7de06ca8a64af28c70dd29f (patch) | |
tree | eb81dbf0750e6ba451a26444b9e1978134a8ae55 /arch/x86/Kconfig | |
parent | a25bc78e2f8d9f91c6f7d97a3d4a6632bec3c400 (diff) | |
download | u-boot-imx-d2f56f46fe597068b7de06ca8a64af28c70dd29f.zip u-boot-imx-d2f56f46fe597068b7de06ca8a64af28c70dd29f.tar.gz u-boot-imx-d2f56f46fe597068b7de06ca8a64af28c70dd29f.tar.bz2 |
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>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 01ed760..b600beb 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -307,10 +307,10 @@ config VGA_BIOS_ADDR 0x90000 from the beginning of a 1MB flash device. menu "System tables" + depends on !EFI config GENERATE_PIRQ_TABLE bool "Generate a PIRQ table" - depends on !EFI default n help Generate a PIRQ routing table for this board. The PIRQ routing table @@ -321,7 +321,6 @@ config GENERATE_PIRQ_TABLE config GENERATE_SFI_TABLE bool "Generate a SFI (Simple Firmware Interface) table" - depends on !EFI help The Simple Firmware Interface (SFI) provides a lightweight method for platform firmware to pass information to the operating system @@ -336,7 +335,6 @@ config GENERATE_SFI_TABLE config GENERATE_MP_TABLE bool "Generate an MP (Multi-Processor) table" - depends on !EFI default n help Generate an MP (Multi-Processor) table for this board. The MP table |