spi: Correct dependencies on AIROHA_SNFI_SPI
This driver is only possible to build on ARCH_AIROHA, so update the
dependencies.
Fixes: 6134e4efd4 ("spi: airoha: Add Airoha SPI NAND driver")
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -61,7 +61,7 @@ config ADI_SPI3
|
||||
|
||||
config AIROHA_SNFI_SPI
|
||||
bool "Airoha SPI memory controller driver"
|
||||
depends on SPI_MEM
|
||||
depends on SPI_MEM && ARCH_AIROHA
|
||||
help
|
||||
Enable the Airoha SPI memory controller driver. This driver is
|
||||
originally based on the Airoha SNFI IP core. It can only be
|
||||
|
||||
Reference in New Issue
Block a user