diff options
| author | Alexander Dahl <[email protected]> | 2025-01-23 08:37:12 +0100 |
|---|---|---|
| committer | Eugen Hristev <[email protected]> | 2025-02-12 10:29:33 +0200 |
| commit | 0a82e3e471c6bdca525b82a5e803afa1c2ff12ec (patch) | |
| tree | 579dba58c7adf3d95314d9896a3ba41a70041e2c /drivers | |
| parent | 87dec3078a0a36d2e6da7602b9a750010c2d111d (diff) | |
spi: ca_sflash: Remove redundant dependency
This is inside of an 'if DM_SPI' block, and thus always true.
Signed-off-by: Alexander Dahl <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/spi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 96ea033082b..6555142a41e 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -135,7 +135,7 @@ config BCMSTB_SPI config CORTINA_SFLASH bool "Cortina-Access Serial Flash controller driver" - depends on DM_SPI && SPI_MEM + depends on SPI_MEM help Enable the Cortina-Access Serial Flash controller driver. This driver can be used to access the SPI NOR/NAND flash on platforms embedding this |
