spl: Allow cache drivers to be used in SPL
[oweals/u-boot.git] / common / spl / Kconfig
index c527617e43402ffb65eaba6c80054e4eacd31e28..61488daa3c3df714a0b5e2a0cf1cd776296a7c84 100644 (file)
@@ -731,6 +731,12 @@ config SPL_UBI
          README.ubispl for more info.
 
 if SPL_DM
+config SPL_CACHE
+       depends on CACHE
+       bool "Support cache drivers in SPL"
+       help
+         Enable support for cache drivers in SPL.
+
 config SPL_DM_SPI
        bool "Support SPI DM drivers in SPL"
        help