File tree Expand file tree Collapse file tree 3 files changed +1311
-0
lines changed Expand file tree Collapse file tree 3 files changed +1311
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,17 @@ config SPI_ATMEL_QUADSPI
38
38
This driver does not support generic SPI. The implementation only
39
39
supports SPI NOR.
40
40
41
+ config SPI_CADENCE_QUADSPI
42
+ tristate "Cadence Quad SPI controller"
43
+ depends on OF && (ARM || COMPILE_TEST)
44
+ help
45
+ Enable support for the Cadence Quad SPI Flash controller.
46
+
47
+ Cadence QSPI is a specialized controller for connecting an SPI
48
+ Flash over 1/2/4-bit wide bus. Enable this option if you have a
49
+ device with a Cadence QSPI controller and want to access the
50
+ Flash as an MTD device.
51
+
41
52
config SPI_FSL_QUADSPI
42
53
tristate "Freescale Quad SPI controller"
43
54
depends on ARCH_MXC || SOC_LS1021A || ARCH_LAYERSCAPE || COMPILE_TEST
Original file line number Diff line number Diff line change 1
1
obj-$(CONFIG_MTD_SPI_NOR) += spi-nor.o
2
2
obj-$(CONFIG_SPI_ATMEL_QUADSPI) += atmel-quadspi.o
3
+ obj-$(CONFIG_SPI_CADENCE_QUADSPI) += cadence-quadspi.o
3
4
obj-$(CONFIG_SPI_FSL_QUADSPI) += fsl-quadspi.o
4
5
obj-$(CONFIG_SPI_HISI_SFC) += hisi-sfc.o
5
6
obj-$(CONFIG_MTD_MT81xx_NOR) += mtk-quadspi.o
You can’t perform that action at this time.
0 commit comments