21cb61c29e
Incremental fs appears to not depend on pkcs7 anymore. Bug: 151584760 Signed-off-by: Daniel Mentz <danielmentz@google.com> Change-Id: I809b4b5651d84ca70fd8bf837765e33df8547418 Signed-off-by: Paul Lawrence <paullawrence@google.com> (cherry picked from commit 83c1d9116ec0d695b02f36cda51f305257718e09)
18 lines
584 B
Text
18 lines
584 B
Text
config INCREMENTAL_FS
|
|
tristate "Incremental file system support"
|
|
depends on BLOCK
|
|
select DECOMPRESS_LZ4
|
|
select CRC32
|
|
select CRYPTO
|
|
select CRYPTO_RSA
|
|
select CRYPTO_SHA256
|
|
select X509_CERTIFICATE_PARSER
|
|
select ASYMMETRIC_KEY_TYPE
|
|
select ASYMMETRIC_PUBLIC_KEY_SUBTYPE
|
|
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.
|