aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/spi/Kconfig
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2023-11-13 01:16:48 +0000
committerAndre Przywara <andre.przywara@arm.com>2023-12-06 23:09:01 +0000
commit9ac57fb3a25708d4406d3ac32e3ef09cce331bbf (patch)
treef90e1064950fd06e442ad1b6bb134a25397b5f61 /drivers/mtd/spi/Kconfig
parent4bf34135fec54537368e2ac89b3971afff0d52eb (diff)
downloadu-boot-9ac57fb3a25708d4406d3ac32e3ef09cce331bbf.zip
u-boot-9ac57fb3a25708d4406d3ac32e3ef09cce331bbf.tar.gz
u-boot-9ac57fb3a25708d4406d3ac32e3ef09cce331bbf.tar.bz2
mtd: spi-nor: Add support for zBIT ZB25VQ128
Add support for the zBIT ZB25VQ128 (128M-bit) SPI NOR flash memory chip, as used on the Xunlong Orange Pi Zero 3 board. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Dragan Simic <dsimic@manjaro.org>
Diffstat (limited to 'drivers/mtd/spi/Kconfig')
-rw-r--r--drivers/mtd/spi/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/mtd/spi/Kconfig b/drivers/mtd/spi/Kconfig
index 732b076..abed392 100644
--- a/drivers/mtd/spi/Kconfig
+++ b/drivers/mtd/spi/Kconfig
@@ -224,6 +224,11 @@ config SPI_FLASH_XTX
Add support for various XTX (XTX Technology Limited)
SPI flash chips (XT25xxx).
+config SPI_FLASH_ZBIT
+ bool "ZBIT SPI flash support"
+ help
+ Add support for Zbit Semiconductor Inc. SPI flash chips (ZB25xxx).
+
endif
config SPI_FLASH_USE_4K_SECTORS