diff options
| author | Heinrich Schuchardt <[email protected]> | 2024-06-04 06:40:39 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-10-09 14:52:44 -0600 |
| commit | 93b9cd792089e536f2bfa85d9903fd4798209f76 (patch) | |
| tree | b49e2ae7f28a6990ca498a5c41ea58858f1cc63e /drivers | |
| 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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/mtd/spi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/spi/Kconfig b/drivers/mtd/spi/Kconfig index bedc4e970e4..63b0fd899fd 100644 --- a/drivers/mtd/spi/Kconfig +++ b/drivers/mtd/spi/Kconfig @@ -2,7 +2,7 @@ menu "SPI Flash Support" config DM_SPI_FLASH bool "Enable Driver Model for SPI flash" - depends on DM && DM_SPI + depends on DM_SPI imply SPI_FLASH help Enable driver model for SPI flash. This SPI flash interface |
