hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
u-boot/drivers/mtd/nand/spi/Kconfig
....@@ -52,6 +52,12 @@
5252 help
5353 Add support for various ESMT SPI Nand flash chips
5454
55
+config SPI_NAND_XINCUN
56
+ bool "XINCUN SPI flash support"
57
+ default y
58
+ help
59
+ Add support for various XINCUN SPI Nand flash chips
60
+
5561 config SPI_NAND_XTX
5662 bool "XTX SPI flash support"
5763 default y
....@@ -112,4 +118,10 @@
112118 bool "SKYHIGH SPI flash support"
113119 help
114120 Add support for various SKYHIGH SPI Nand flash chips
121
+
122
+config SPI_NAND_GSTO
123
+ default y
124
+ bool "GSTO SPI flash support"
125
+ help
126
+ Add support for various GSTO SPI Nand flash chips
115127 endif