]> git.baikalelectronics.ru Git - uboot.git/commit
block: Have BLOCK_CACHE default to y in some cases
authorTom Rini <trini@konsulko.com>
Tue, 22 May 2018 16:24:16 +0000 (12:24 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 7 Jun 2018 13:12:26 +0000 (09:12 -0400)
commitae8522162396144a34c132ca27103447cc07c133
tree84612e85946eb1a5f7f5b9a127cd717988f0feaa
parent3b1c0af8ba03fbaf103938863228cb4deb9e702c
block: Have BLOCK_CACHE default to y in some cases

When dealing with filesystems that come from block devices we can get a
noticeable performance gain in some use cases from having the block
cache enabled.  The code paths are valid in other cases when we have BLK
set and may provide wins in raw reads in some use cases, so have this be
default when BLK is enabled.

Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/block/Kconfig