block: Remove "select BLK" from non-block drivers
authorTom Rini <trini@konsulko.com>
Wed, 15 Jan 2025 01:22:13 +0000 (19:22 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 21 Jan 2025 01:26:55 +0000 (19:26 -0600)
commit3e6fc0fa7b6af37c18a5532a9f2977c68ad948ec
tree705999bad53f56f262b455d435952e78df395829
parent09cf5800295517b2e1d09878245aaa317d02781f
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>
arch/arm/Kconfig
arch/arm/mach-exynos/Kconfig
arch/arm/mach-imx/mx5/Kconfig
arch/arm/mach-s5pc1xx/Kconfig