Skip to content

Commit

Permalink
spi: cadence-quadspi: Allow compilation on RISC-V
Browse files Browse the repository at this point in the history
This IP is also used on the StarFive JH7100 riscv64 SoC and presumably
also the upcoming JH7110 SoC.

Signed-off-by: Emil Renner Berthing <[email protected]>
  • Loading branch information
esmil committed Dec 27, 2021
1 parent c12f9d9 commit c6bb76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/spi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,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.

Expand Down

0 comments on commit c6bb76d

Please sign in to comment.