efi_loader: require CONFIG_BLK
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 7 Sep 2021 06:56:47 +0000 (08:56 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 11 Sep 2021 09:02:02 +0000 (11:02 +0200)
commit6919619f9cf441290286365c14ed557ad1776886
tree12ab2d60f610e35984bdc8ff7eca9a4708dc0dda
parentbad49da2bc4702dc3a12b6a4f07a87a70bf521b4
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>
lib/efi_loader/Kconfig