mtd: Correct dependency of BLK
authorTom Rini <trini@konsulko.com>
Wed, 15 Jan 2025 01:22:12 +0000 (19:22 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 21 Jan 2025 01:26:54 +0000 (19:26 -0600)
commit09cf5800295517b2e1d09878245aaa317d02781f
tree373d2ad6a1bcc310928031936f29e25237e3e98f
parenta72fa7f2fee76b65c34ec1299334fef4f98aee50
mtd: Correct dependency of BLK

In the case of MTD_BLOCK and UBI_BLOCK they should be select'ing BLK as
they provide block device functionality and not depending on some other
block device already being enabled too (as is the typical case).

Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/mtd/Kconfig
drivers/mtd/ubi/Kconfig