File tree Expand file tree Collapse file tree 3 files changed +1076
-0
lines changed Expand file tree Collapse file tree 3 files changed +1076
-0
lines changed Original file line number Diff line number Diff line change @@ -1045,6 +1045,16 @@ config SPI_STM32
1045
1045
is not available, the driver automatically falls back to
1046
1046
PIO mode.
1047
1047
1048
+ config SPI_STM32_OSPI
1049
+ tristate "STMicroelectronics STM32 OCTO SPI controller"
1050
+ depends on ARCH_STM32 || COMPILE_TEST
1051
+ depends on OF
1052
+ depends on SPI_MEM
1053
+ help
1054
+ This enables support for the Octo SPI controller in master mode.
1055
+ This driver does not support generic SPI. The implementation only
1056
+ supports spi-mem interface.
1057
+
1048
1058
config SPI_STM32_QSPI
1049
1059
tristate "STMicroelectronics STM32 QUAD SPI controller"
1050
1060
depends on ARCH_STM32 || COMPILE_TEST
Original file line number Diff line number Diff line change @@ -137,6 +137,7 @@ obj-$(CONFIG_SPI_SN_F_OSPI) += spi-sn-f-ospi.o
137
137
obj-$(CONFIG_SPI_SPRD) += spi-sprd.o
138
138
obj-$(CONFIG_SPI_SPRD_ADI) += spi-sprd-adi.o
139
139
obj-$(CONFIG_SPI_STM32) += spi-stm32.o
140
+ obj-$(CONFIG_SPI_STM32_OSPI) += spi-stm32-ospi.o
140
141
obj-$(CONFIG_SPI_STM32_QSPI) += spi-stm32-qspi.o
141
142
obj-$(CONFIG_SPI_ST_SSC4) += spi-st-ssc4.o
142
143
obj-$(CONFIG_SPI_SUN4I) += spi-sun4i.o
You can’t perform that action at this time.
0 commit comments