spi: cadence-qspi: allow building for MIPS
authorThéo Lebrun <theo.lebrun@bootlin.com>
Fri, 5 Apr 2024 15:02:13 +0000 (17:02 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 8 Apr 2024 14:18:08 +0000 (15:18 +0100)
The Cadence QSPI Controller driver is used on Mobileye EyeQ5 platform.
Allow building on MIPS.

Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
Link: https://msgid.link/r/20240405-cdns-qspi-mbly-v2-3-956679866d6d@bootlin.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/Kconfig

index 6e4b5f7e8adc151aa019a6027af786c895444d72..554664efda86beaef7983d129b5682c55d907ecc 100644 (file)
@@ -246,7 +246,7 @@ config SPI_CADENCE
 
 config SPI_CADENCE_QUADSPI
        tristate "Cadence Quad SPI controller"
-       depends on OF && (ARM || ARM64 || X86 || RISCV || COMPILE_TEST)
+       depends on OF && (ARM || ARM64 || X86 || RISCV || MIPS || COMPILE_TEST)
        help
          Enable support for the Cadence Quad SPI Flash controller.