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 <kernel@esmil.dk>
  • Loading branch information
esmil committed Jun 13, 2021
1 parent 870572d commit f344d04
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 f344d04

Please sign in to comment.