File tree Expand file tree Collapse file tree 3 files changed +674
-0
lines changed Expand file tree Collapse file tree 3 files changed +674
-0
lines changed Original file line number Diff line number Diff line change @@ -825,6 +825,12 @@ config SPI_RSPI
825
825
help
826
826
SPI driver for Renesas RSPI and QSPI blocks.
827
827
828
+ config SPI_RZV2M_CSI
829
+ tristate "Renesas RZV2M CSI controller"
830
+ depends on ARCH_RENESAS || COMPILE_TEST
831
+ help
832
+ SPI driver for Renesas RZ/V2M Clocked Serial Interface (CSI)
833
+
828
834
config SPI_QCOM_QSPI
829
835
tristate "QTI QSPI controller"
830
836
depends on ARCH_QCOM || COMPILE_TEST
Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ obj-$(CONFIG_SPI_RB4XX) += spi-rb4xx.o
113
113
obj-$(CONFIG_MACH_REALTEK_RTL) += spi-realtek-rtl.o
114
114
obj-$(CONFIG_SPI_RPCIF) += spi-rpc-if.o
115
115
obj-$(CONFIG_SPI_RSPI) += spi-rspi.o
116
+ obj-$(CONFIG_SPI_RZV2M_CSI) += spi-rzv2m-csi.o
116
117
obj-$(CONFIG_SPI_S3C64XX) += spi-s3c64xx.o
117
118
obj-$(CONFIG_SPI_SC18IS602) += spi-sc18is602.o
118
119
obj-$(CONFIG_SPI_SH) += spi-sh.o
You can’t perform that action at this time.
0 commit comments