projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33aa27a
)
spi: cadence-qspi: allow building for MIPS
author
Théo Lebrun
<theo.lebrun@bootlin.com>
Fri, 5 Apr 2024 15:02:13 +0000
(17:02 +0200)
committer
Mark 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
patch
|
blob
|
history
diff --git
a/drivers/spi/Kconfig
b/drivers/spi/Kconfig
index 6e4b5f7e8adc151aa019a6027af786c895444d72..554664efda86beaef7983d129b5682c55d907ecc 100644
(file)
--- a/
drivers/spi/Kconfig
+++ b/
drivers/spi/Kconfig
@@
-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.