diff options
author | Mark Brown <broonie@kernel.org> | 2023-03-06 16:30:40 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-03-06 16:30:40 +0300 |
commit | b36cecf247157c36aa8f41b5783122820b2c5456 (patch) | |
tree | f40fc781ae53d04aeee9addc55d3e3e0b0c5e849 /drivers/spi/Kconfig | |
parent | 1ef5decf693bc45e801d00dc740d584dbd54467a (diff) | |
parent | 47fef94afeae2a125607b6b45145594713471320 (diff) | |
download | linux-b36cecf247157c36aa8f41b5783122820b2c5456.tar.xz |
Add Quad SPI driver for StarFive JH7110 SoC
Merge series from William Qiu <william.qiu@starfivetech.com>:
This patchset adds initial rudimentary support for the StarFive
Quad SPI controller driver. And this driver will be used in
StarFive's VisionFive 2 board.The first patch constrain
minItems/maxItems of resets for JH7110 QSPI and Patch 2 adds
support for StarFive JH7110 QSPI.
Diffstat (limited to 'drivers/spi/Kconfig')
-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 78645f8ba181..36a18c215163 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -239,7 +239,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 || X86 || RISCV || COMPILE_TEST) help Enable support for the Cadence Quad SPI Flash controller. |