mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-01-15 21:51:57 +01:00
spi: Correct dependencies on AIROHA_SNFI_SPI
This driver is only possible to build on ARCH_AIROHA, so update the
dependencies.
Fixes: 6134e4efd432 ("spi: airoha: Add Airoha SPI NAND driver")
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
36aeeb591b
commit
03f2be416b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user