]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: select BLK not depends on BLK
authorTom Rini <trini@konsulko.com>
Wed, 5 Jun 2024 01:37:40 +0000 (19:37 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 14 Jun 2024 16:39:35 +0000 (10:39 -0600)
commit66bd11ba4d5fea0ff1e5e13aadaea3345c5f91c9
tree649abb29b228ff6e1f49becf74d6c299af0282de
parent227be29df37545f74243a98c12a4a33c4160e3cd
efi_loader: select BLK not depends on BLK

The BLK symbol is used both for "we have a block device subsystem
enabled" and "we need to utilize the block device library functions". In
the case of efi_loader, it is the case of "we need to utilize the block
device library", so select rather than depends on it. In turn, also
disable EFI_LOADER on platforms which did not have it on previously due
to a lack of block devices. They can enable it themselves if desired.

Acked-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Tom Rini <trini@konsulko.com>
36 files changed:
configs/cortina_presidio-asic-base_defconfig
configs/cortina_presidio-asic-pnand_defconfig
configs/crs305-1g-4s-bit_defconfig
configs/crs305-1g-4s_defconfig
configs/crs326-24g-2s-bit_defconfig
configs/crs326-24g-2s_defconfig
configs/crs328-4c-20s-4s-bit_defconfig
configs/crs328-4c-20s-4s_defconfig
configs/gxp_defconfig
configs/maxbcm_defconfig
configs/mt7981_rfb_defconfig
configs/mt7986_rfb_defconfig
configs/mx6memcal_defconfig
configs/pg_wcom_expu1_defconfig
configs/pg_wcom_expu1_update_defconfig
configs/pg_wcom_seli8_defconfig
configs/pg_wcom_seli8_update_defconfig
configs/r8a77970_eagle_defconfig
configs/smdkc100_defconfig
configs/socfpga_is1_defconfig
configs/stm32mp25_defconfig
configs/thunderx_88xx_defconfig
configs/xilinx_versal_mini_defconfig
configs/xilinx_versal_mini_ospi_defconfig
configs/xilinx_versal_mini_qspi_defconfig
configs/xilinx_versal_net_mini_defconfig
configs/xilinx_versal_net_mini_ospi_defconfig
configs/xilinx_versal_net_mini_qspi_defconfig
configs/xilinx_zynqmp_mini_defconfig
configs/xilinx_zynqmp_mini_nand_defconfig
configs/xilinx_zynqmp_mini_nand_single_defconfig
configs/xilinx_zynqmp_mini_qspi_defconfig
configs/zynq_cse_nand_defconfig
configs/zynq_cse_nor_defconfig
configs/zynq_cse_qspi_defconfig
lib/efi_loader/Kconfig