]> git.sur5r.net Git - u-boot/blobdiff - drivers/spi/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-spi
[u-boot] / drivers / spi / Kconfig
index f5960a7c955b750e83039539f095dc4cfa1107a2..b85fca562899eecc78f853f22ee7579d66cfc068 100644 (file)
@@ -230,6 +230,13 @@ config ZYNQ_QSPI
          Zynq QSPI IP core. This IP is used to connect the flash in
          4-bit qspi, 8-bit dual stacked and shared 4-bit dual parallel.
 
+config ZYNQMP_GQSPI
+       bool "Configure ZynqMP Generic QSPI"
+       depends on ARCH_ZYNQMP
+       help
+         This option is used to enable ZynqMP QSPI controller driver which
+         is used to communicate with qspi flash devices.
+
 endif # if DM_SPI
 
 config SOFT_SPI