diff options
| author | Tom Rini <[email protected]> | 2025-12-30 11:10:38 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-01-06 11:23:13 -0600 |
| commit | 03f2be416bbb8a360a2aa4ecbcfc89967944b51d (patch) | |
| tree | 7601c9ee1c3f1c135a97090b0a48f027aaf5933b /drivers/spi | |
| parent | 36aeeb591b0dd729be247f2fd4382b84f6bda272 (diff) | |
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 <[email protected]>
Diffstat (limited to 'drivers/spi')
| -rw-r--r-- | drivers/spi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index e31db9d4e31..63d61ccf8ed 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -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 |
