commit | 93b9cd792089e536f2bfa85d9903fd4798209f76 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Tue Jun 04 06:40:39 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 09 14:52:44 2024 -0600 |
tree | b49e2ae7f28a6990ca498a5c41ea58858f1cc63e | |
parent | 2156bec98ebfdbb984122cea89df1db432e312b6 [diff] |
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