blk: Allow control of the block cache in TPL
[oweals/u-boot.git] / drivers / block / Kconfig
index 33f4aa24185447663529cc461347fb0bc27f01a7..1e6dad86927f5db870cd7b9e9dd42173206d9db9 100644 (file)
@@ -56,6 +56,13 @@ config SPL_BLOCK_CACHE
        help
          This option enables the disk-block cache in SPL
 
+config TPL_BLOCK_CACHE
+       bool "Use block device cache in TPL"
+       depends on TPL_BLK
+       default n
+       help
+         This option enables the disk-block cache in TPL
+
 config IDE
        bool "Support IDE controllers"
        select HAVE_BLOCK_DEVICE