commit | bfd4844f0bb1c242663eac4d983daefa190e2406 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat May 18 11:59:53 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 10 16:52:58 2019 -0600 |
tree | 517057aaff18a5bf76ef0f31da7b65e88d5b802e | |
parent | 6efe8b6e5a9c2f58267a18ff837a5f7e4159ba03 [diff] |
blk: Allow control of the block cache in TPL Generally block devices are not enabled in TPL, but in case they are, add a Kconfig option for the block cache. This allows the setting (default off) to be found with CONFIG_IS_ENABLED(). Signed-off-by: Simon Glass <sjg@chromium.org>