]> git.sur5r.net Git - u-boot/blobdiff - drivers/mtd/spi/Kconfig
arm: zynq: Move CONFIG_SF_DUAL_FLASH to defconfig
[u-boot] / drivers / mtd / spi / Kconfig
index 3f7433cbc214b76a7120886f858047d64b51744c..5700859ff27149cc1ba5d6ea99738b52200a98b3 100644 (file)
@@ -42,6 +42,13 @@ config SPI_FLASH_BAR
          Bank/Extended address registers are used to access the flash
          which has size > 16MiB in 3-byte addressing.
 
+config SF_DUAL_FLASH
+       bool "SPI DUAL flash memory support"
+       depends on SPI_FLASH
+       help
+         Enable this option to support two flash memories connected to a single
+         controller. Currently Xilinx Zynq qspi supports this.
+
 if SPI_FLASH
 
 config SPI_FLASH_ATMEL
@@ -128,4 +135,16 @@ config SPI_FLASH_MTD
 
          If unsure, say N
 
+if SPL
+
+config SPL_SPI_SUNXI
+       bool "Support for SPI Flash on Allwinner SoCs in SPL"
+       depends on MACH_SUN4I || MACH_SUN5I || MACH_SUN7I || MACH_SUNXI_H3_H5 || MACH_SUN50I
+       ---help---
+       Enable support for SPI Flash. This option allows SPL to read from
+       sunxi SPI Flash. It uses the same method as the boot ROM, so does
+       not need any extra configuration.
+
+endif
+
 endmenu # menu "SPI Flash Support"