From: Alexander Dahl Date: Thu, 23 Jan 2025 07:37:12 +0000 (+0100) Subject: spi: ca_sflash: Remove redundant dependency X-Git-Tag: v2025.07-rc1~18^2~97^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a82e3e471c6bdca525b82a5e803afa1c2ff12ec;p=pandora-u-boot.git spi: ca_sflash: Remove redundant dependency This is inside of an 'if DM_SPI' block, and thus always true. Signed-off-by: Alexander Dahl Reviewed-by: Tom Rini --- 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