diff options
author | Emil Renner Berthing <kernel@esmil.dk> | 2021-04-27 18:05:57 +0300 |
---|---|---|
committer | Emil Renner Berthing <kernel@esmil.dk> | 2021-12-26 18:41:31 +0300 |
commit | b3b14e7e0cf8b3a8b58364e91e8520c9e1920f99 (patch) | |
tree | 17f5948dfca6d66d5252d7ae2874731ac0ae5917 | |
parent | 65fa4e698a680f24d20599b821c6052583fa96ea (diff) | |
download | linux-b3b14e7e0cf8b3a8b58364e91e8520c9e1920f99.tar.xz |
spi: cadence-quadspi: Allow compilation on RISC-V
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>
-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 83e352b0c8f9..f955e4190db1 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -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. |