a95005100d
Bug: 162260581 Test: builds with defconfig Signed-off-by: Paul Lawrence <paullawrence@google.com> Change-Id: I743fa7a989f5a464f755a22b6a03299fb462e74c
13 lines
438 B
Plaintext
13 lines
438 B
Plaintext
config INCREMENTAL_FS
|
|
tristate "Incremental file system support"
|
|
depends on BLOCK
|
|
select DECOMPRESS_LZ4
|
|
select CRYPTO_SHA256
|
|
help
|
|
Incremental FS is a read-only virtual file system that facilitates execution
|
|
of programs while their binaries are still being lazily downloaded over the
|
|
network, USB or pigeon post.
|
|
|
|
To compile this file system support as a module, choose M here: the
|
|
module will be called incrementalfs.
|