spi: ca_sflash: Remove redundant dependency
This is inside of an 'if DM_SPI' block, and thus always true. Signed-off-by: Alexander Dahl <ada@thorsis.com> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
committed by
Eugen Hristev
parent
87dec3078a
commit
0a82e3e471
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user