]> git.dujemihanovic.xyz Git - u-boot.git/commit
mtd: simplify CONFIG_DM_SPI_FLASH dependencies
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Tue, 4 Jun 2024 04:40:39 +0000 (06:40 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 9 Oct 2024 20:52:44 +0000 (14:52 -0600)
commit93b9cd792089e536f2bfa85d9903fd4798209f76
treeb49e2ae7f28a6990ca498a5c41ea58858f1cc63e
parent2156bec98ebfdbb984122cea89df1db432e312b6
mtd: simplify CONFIG_DM_SPI_FLASH dependencies

CONFIG_DM_SPI depends on CONFIG_DM. There is no need to list CONFIG_DM
explicitly as dependency for CONFIG_DM_SPI_FLASH

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Link: https://lore.kernel.org/r/20240604044039.27795-1-heinrich.schuchardt@canonical.com
drivers/mtd/spi/Kconfig