From: Tom Rini Date: Tue, 21 Jan 2025 01:18:36 +0000 (-0600) Subject: Merge patch series "Rework the BLK symbol usage in Kconfig" X-Git-Tag: v2025.04-rc1~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d5ce5f25708077e354a5627ec92b643145992cc;p=pandora-u-boot.git Merge patch series "Rework the BLK symbol usage in Kconfig" Tom Rini says: One problem we have today is how the BLK symbol is set and used in Kconfig files. Part of the challenge is that we use it as a gating symbol for "we have a block device" and also for "enable block device library code". What this series does is move to always use "select BLK" by block drivers (a few were and a few others had it the inverse) and then "depends on BLK" for functionality that needs a block device present. The end result of this series is that a number of platforms which had disabled EFI_LOADER now don't ask for it (they have no block device) and espresso7420 has a regression about MMC support fixed. With v2 of this I've picked up the review tags from v1 and also reworded the body of the commit in the first patch. Link: https://lore.kernel.org/r/20250115012322.215243-1-trini@konsulko.com --- 5d5ce5f25708077e354a5627ec92b643145992cc