1config INCREMENTAL_FS 2 tristate "Incremental file system support" 3 depends on BLOCK 4 # incfs does not verify fsverity builtin signatures. 5 depends on !CONFIG_FS_VERITY_BUILTIN_SIGNATURES 6 select DECOMPRESS_LZ4 7 select DECOMPRESS_ZSTD 8 select CRYPTO_SHA256 9 help 10 Incremental FS is a read-only virtual file system that facilitates execution 11 of programs while their binaries are still being lazily downloaded over the 12 network, USB or pigeon post. 13 14 To compile this file system support as a module, choose M here: the 15 module will be called incrementalfs. 16