commit | 29b436e7638064866538f86dd519c7b84b104973 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Jun 04 19:37:42 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 14 10:39:35 2024 -0600 |
tree | 66afa6575950eb0c272366b4b91dba1bc16bb23a | |
parent | d15a79c7d644f4b10dbd9bc28997a552c783036d [diff] |
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>