]> git.sur5r.net Git - u-boot/blobdiff - drivers/block/Kconfig
mtd: nand: mxs_nand: use self init
[u-boot] / drivers / block / Kconfig
index 15fd1bcb2b7e4effcd2d111bc966d29a68e16b94..0792373cfc48b0960098c06743ab75f7210fb5bd 100644 (file)
@@ -29,7 +29,8 @@ config SPL_BLK
 
 config BLOCK_CACHE
        bool "Use block device cache"
-       default n
+       depends on BLK
+       default y
        help
          This option enables a disk-block cache for all block devices.
          This is most useful when accessing filesystems under U-Boot since