aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/patches-5.4/400-mtd-add-rtl838x-spi-flash-driver.patch
blob: 16cff753083a00c5d8beb81e1b6c2f11552d672f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- a/drivers/mtd/spi-nor/Kconfig
+++ b/drivers/mtd/spi-nor/Kconfig
@@ -118,4 +118,13 @@ config SPI_INTEL_SPI_PLATFORM
 	  To compile this driver as a module, choose M here: the module
 	  will be called intel-spi-platform.
 
+config SPI_RTL838X
+	tristate "Realtek RTl838X SPI flash platform driver"
+	depends on RTL838X
+	help
+	  This driver provides support for accessing SPI flash
+	  in the RTL838X SoC.
+
+	  Say N here unless you know what you are doing.
+
 endif # MTD_SPI_NOR
--- a/drivers/mtd/spi-nor/Makefile
+++ b/drivers/mtd/spi-nor/Makefile
@@ -8,3 +8,4 @@ obj-$(CONFIG_SPI_NXP_SPIFI)	+= nxp-spifi
 obj-$(CONFIG_SPI_INTEL_SPI)	+= intel-spi.o
 obj-$(CONFIG_SPI_INTEL_SPI_PCI)	+= intel-spi-pci.o
 obj-$(CONFIG_SPI_INTEL_SPI_PLATFORM)	+= intel-spi-platform.o
+obj-$(CONFIG_SPI_RTL838X)	+= rtl838x-nor.o