commit | e6add7b7f4c8b3c7870b1f89719ad3df190c45d0 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Jan 14 19:22:13 2025 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 20 19:26:55 2025 -0600 |
tree | 705999bad53f56f262b455d435952e78df395829 | |
parent | a047235ede18ec7a6a402ada206dfe483adc40c8 [diff] |
block: Remove "select BLK" from non-block drivers 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. Reviewed-by: Peter Robinson <pbrobinson@gmail.com> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Signed-off-by: Tom Rini <trini@konsulko.com>