spi: cadence-quadspi: Allow compilation on RISC-V
authorEmil Renner Berthing <kernel@esmil.dk>
Tue, 27 Apr 2021 15:05:57 +0000 (17:05 +0200)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Thu, 9 Feb 2023 19:07:49 +0000 (20:07 +0100)
This IP is also used on the StarFive JH7100 riscv64 SoC and presumably
also the upcoming JH7110 SoC.

Signed-off-by: Emil Renner Berthing <kernel@esmil.dk>
drivers/spi/Kconfig

index d1bb62f..02d3567 100644 (file)
@@ -230,7 +230,7 @@ config SPI_CADENCE
 
 config SPI_CADENCE_QUADSPI
        tristate "Cadence Quad SPI controller"
-       depends on OF && (ARM || ARM64 || X86 || COMPILE_TEST)
+       depends on OF && (ARM || ARM64 || RISCV || X86 || COMPILE_TEST)
        help
          Enable support for the Cadence Quad SPI Flash controller.