File tree Expand file tree Collapse file tree 3 files changed +510
-0
lines changed Expand file tree Collapse file tree 3 files changed +510
-0
lines changed Original file line number Diff line number Diff line change @@ -1034,6 +1034,15 @@ config SPI_SN_F_OSPI
1034
1034
for connecting an SPI Flash memory over up to 8-bit wide bus.
1035
1035
It supports indirect access mode only.
1036
1036
1037
+ config SPI_SG2044_NOR
1038
+ tristate "SG2044 SPI NOR Controller"
1039
+ depends on ARCH_SOPHGO || COMPILE_TEST
1040
+ help
1041
+ This enables support for the SG2044 SPI NOR controller,
1042
+ which supports Dual/Quad read and write operations while
1043
+ also supporting 3Byte address devices and 4Byte address
1044
+ devices.
1045
+
1037
1046
config SPI_SPRD
1038
1047
tristate "Spreadtrum SPI controller"
1039
1048
depends on ARCH_SPRD || COMPILE_TEST
Original file line number Diff line number Diff line change @@ -136,6 +136,7 @@ obj-$(CONFIG_SPI_SH_SCI) += spi-sh-sci.o
136
136
obj-$(CONFIG_SPI_SIFIVE) += spi-sifive.o
137
137
obj-$(CONFIG_SPI_SLAVE_MT27XX) += spi-slave-mt27xx.o
138
138
obj-$(CONFIG_SPI_SN_F_OSPI) += spi-sn-f-ospi.o
139
+ obj-$(CONFIG_SPI_SG2044_NOR) += spi-sg2044-nor.o
139
140
obj-$(CONFIG_SPI_SPRD) += spi-sprd.o
140
141
obj-$(CONFIG_SPI_SPRD_ADI) += spi-sprd-adi.o
141
142
obj-$(CONFIG_SPI_STM32) += spi-stm32.o
You can’t perform that action at this time.
0 commit comments