summaryrefslogtreecommitdiffstats
path: root/src/lib/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Kconfig')
-rw-r--r--src/lib/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/lib/Kconfig b/src/lib/Kconfig
index 41a23b27c062..41df1f1c8916 100644
--- a/src/lib/Kconfig
+++ b/src/lib/Kconfig
@@ -105,6 +105,16 @@ config CBFS_CACHE_ALIGN
help
Sets the alignment of the buffers returned by the cbfs_cache.
+config CBFS_PRELOAD
+ bool
+ depends on COOP_MULTITASKING
+ help
+ When enabled it will be possible to preload CBFS files into the
+ cbfs_cache. This helps reduce boot time by loading the files
+ in the background before they are actually required. This feature
+ depends on the read-only boot_device having a DMA controller to
+ perform the background transfer.
+
config PAYLOAD_PRELOAD
bool
depends on COOP_MULTITASKING