Kconfig 462 B

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