VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Emil Renner Berthing <kernel@esmil.dk> 2021-04-27 17:05:57 +0200 committer: Emil Renner Berthing <kernel@esmil.dk> 2021-09-12 14:35:04 +0200 commit: fb5dc6f128d5fd788781312105013b5015be936a parent: c9c5bf90e91885461fa1a441deffe462760eea8a
Commit Summary:
spi: cadence-quadspi: Allow compilation on RISC-V
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index f4481fe48bf0..f923aeca5541 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.