[PATCH 6/6] block: Remove "select BLK" from non-block drivers
Quentin Schulz
quentin.schulz at cherry.de
Tue Jan 14 14:53:48 CET 2025
Hi Tom,
On 12/20/24 11:22 PM, Tom Rini wrote:
> Now that block drivers are all selecting the BLK symbol, there's no need
> for other options to be select'ing BLK so that other required
> functionality can be enabled. Remove these places.
>
We have multiple commands depending on the BLK symbol.
BOOTSTD also depends on it, but I assume we should be able to network
boot without HW block drivers?
CMD_UFETCH wouldn't be usable without those drivers as well.
Should we do something about that by making them not depend on BLK e.g.
use CONFIG_IS_ENABLED in the right places? Not sure if all devicess
based on those archs have at least one HW block driver enabled. I guess
checking if all .config before and after that change are identical would
help us figure out if this could introduce a regression?
Cheers,
Quentin
More information about the U-Boot
mailing list