summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2021-09-07 09:56:47 +0300
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2021-09-11 12:02:02 +0300
commit6919619f9cf441290286365c14ed557ad1776886 (patch)
tree12ab2d60f610e35984bdc8ff7eca9a4708dc0dda /lib
parentbad49da2bc4702dc3a12b6a4f07a87a70bf521b4 (diff)
downloadu-boot-6919619f9cf441290286365c14ed557ad1776886.tar.xz
efi_loader: require CONFIG_BLK
The move to driver model should by now be completed. To be able to remove pre-driver model code from our block IO code require CONFIG_BLK=y for UEFI support. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'lib')
-rw-r--r--lib/efi_loader/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig
index 08463251cd..f4e9129a39 100644
--- a/lib/efi_loader/Kconfig
+++ b/lib/efi_loader/Kconfig
@@ -10,6 +10,7 @@ config EFI_LOADER
depends on !EFI_STUB || !X86_64 || EFI_STUB_64BIT
# We need EFI_STUB_32BIT to be set on x86_32 with EFI_STUB
depends on !EFI_STUB || !X86 || X86_64 || EFI_STUB_32BIT
+ depends on BLK
default y if !ARM || SYS_CPU = armv7 || SYS_CPU = armv8
select LIB_UUID
select PARTITION_UUIDS