File tree Expand file tree Collapse file tree 3 files changed +707
-0
lines changed Expand file tree Collapse file tree 3 files changed +707
-0
lines changed Original file line number Diff line number Diff line change @@ -658,6 +658,18 @@ config SPI_ROCKCHIP
658
658
The main usecase of this controller is to use spi flash as boot
659
659
device.
660
660
661
+ config SPI_ROCKCHIP_SFC
662
+ tristate "Rockchip Serial Flash Controller (SFC)"
663
+ depends on ARCH_ROCKCHIP || COMPILE_TEST
664
+ depends on HAS_IOMEM && HAS_DMA
665
+ help
666
+ This enables support for Rockchip serial flash controller. This
667
+ is a specialized controller used to access SPI flash on some
668
+ Rockchip SOCs.
669
+
670
+ ROCKCHIP SFC supports DMA and PIO modes. When DMA is not available,
671
+ the driver automatically falls back to PIO mode.
672
+
661
673
config SPI_RB4XX
662
674
tristate "Mikrotik RB4XX SPI master"
663
675
depends on SPI_MASTER && ATH79
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ obj-$(CONFIG_SPI_QCOM_GENI) += spi-geni-qcom.o
95
95
obj-$(CONFIG_SPI_QCOM_QSPI) += spi-qcom-qspi.o
96
96
obj-$(CONFIG_SPI_QUP) += spi-qup.o
97
97
obj-$(CONFIG_SPI_ROCKCHIP) += spi-rockchip.o
98
+ obj-$(CONFIG_SPI_ROCKCHIP_SFC) += spi-rockchip-sfc.o
98
99
obj-$(CONFIG_SPI_RB4XX) += spi-rb4xx.o
99
100
obj-$(CONFIG_MACH_REALTEK_RTL) += spi-realtek-rtl.o
100
101
obj-$(CONFIG_SPI_RPCIF) += spi-rpc-if.o
You can’t perform that action at this time.
0 commit comments