]> git.dujemihanovic.xyz Git - u-boot.git/commit
block: Update BLK to be def_bool
authorTom Rini <trini@konsulko.com>
Wed, 5 Jun 2024 01:37:42 +0000 (19:37 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 14 Jun 2024 16:39:35 +0000 (10:39 -0600)
commitfd0ab46ead92268e94ad840a0f4aa314ef3e2df3
tree66afa6575950eb0c272366b4b91dba1bc16bb23a
parent9c9e667965de7c1c7ff353144e7188c8425c67d5
block: Update BLK to be def_bool

At this point in the DM migration, all platforms enable DM. BLK requires
DM. Make BLK "def_bool y" in the cases it had been "default y" to make
this clearer. Now remove the symbol requirement from other places as it
is redundant here.

Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/ata/Kconfig
drivers/block/Kconfig
drivers/mmc/Kconfig