]> git.sur5r.net Git - u-boot/blobdiff - common/spl/Kconfig
spl: spi: Move CONFIG_SPL_SPI_LOAD to Kconfig
[u-boot] / common / spl / Kconfig
index d15f576a815243e4fa041bb3ab9465b3b35a98f7..9697173b8336ab5d52ed575a6c3b3a4e09b34c57 100644 (file)
@@ -643,6 +643,13 @@ config SPL_SPI_FLASH_SUPPORT
          lines). This enables the drivers in drivers/mtd/spi as part of an
          SPL build. This normally requires SPL_SPI_SUPPORT.
 
+config SPL_SPI_LOAD
+       bool "Support loading from SPI flash"
+       depends on SPL_SPI_FLASH_SUPPORT
+       help
+         Enable support for loading next stage, U-Boot or otherwise, from
+         SPI NOR in U-Boot SPL.
+
 config SPL_SPI_SUPPORT
        bool "Support SPI drivers"
        help