diff --git a/src/drivers/efi/Kconfig b/src/drivers/efi/Kconfig index 07e5f146a6..7969c6a2b4 100644 --- a/src/drivers/efi/Kconfig +++ b/src/drivers/efi/Kconfig @@ -2,7 +2,7 @@ config DRIVERS_EFI_VARIABLE_STORE bool "Include EFI variable store driver" - depends on UDK_BASE + select UDK_2017_BINDING if !PLATFORM_USES_FSP2_0 help Adds a driver that is able to read and write an EFI formatted VariableStore as used by tianocore.