summaryrefslogtreecommitdiff
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 6ca0605466f..5aa134b6bcb 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -368,7 +368,7 @@ config USE_HOB
config HAVE_FSP
bool "Add an Firmware Support Package binary"
- depends on !EFI
+ depends on !EFI_CLIENT
select USE_HOB
select HAS_ROM
help
@@ -517,7 +517,7 @@ config FSP_BROKEN_HOB
config ENABLE_MRC_CACHE
bool "Enable MRC cache"
- depends on !EFI && !SYS_COREBOOT
+ depends on !EFI_CLIENT && !SYS_COREBOOT
help
Enable this feature to cause MRC data to be cached in NV storage
to be used for speeding up boot time on future reboots and/or
@@ -756,7 +756,7 @@ config HAVE_P2SB
devices.
menu "System tables"
- depends on !EFI && !SYS_COREBOOT
+ depends on !EFI_CLIENT && !SYS_COREBOOT
config GENERATE_PIRQ_TABLE
bool "Generate a PIRQ table"