xref: /OK3568_Linux_fs/kernel/fs/incfs/Kconfig (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
12	  To compile this file system support as a module, choose M here: the
13	  module will be called incrementalfs.
14