drivers/mmc/Kconfig: Remove extraneous BLK dependencies
authorTom Rini <trini@konsulko.com>
Wed, 15 Jan 2025 01:22:08 +0000 (19:22 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 21 Jan 2025 01:19:43 +0000 (19:19 -0600)
commit3de327ab495b2eed8c47b45a8aad87cab1b6e620
treeafa0934e037f0da65ce245313617937088e51629
parent9bfc72e3b2af4d426e712fe8d8165ebd1dcf74b9
drivers/mmc/Kconfig: Remove extraneous BLK dependencies

At this point in time, we know that with the MMC symbol enabled we will
always also have the BLK symbol enabled, so we do not need to list that
as a dependency for MMC drivers.

Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/mmc/Kconfig