diff options
Diffstat (limited to 'src/lib/Kconfig')
-rw-r--r-- | src/lib/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/lib/Kconfig b/src/lib/Kconfig index 41a23b27c0..41df1f1c89 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 |