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:
Tom Rini 2025-12-30 11:10:38 -06:00
parent 36aeeb591b
commit 03f2be416b

View File

@ -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