mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
This reverts commit 21885f49ae23b37ee05a73da7f36177700595ee7. Set incfs back to rvc shipping incfs Bug: 178509184 Test: incfs_test passes Signed-off-by: Paul Lawrence <paullawrence@google.com> Change-Id: I70c212c3b9d3a77429714e12f5020f7bded4a6bc
19 lines
584 B
Plaintext
19 lines
584 B
Plaintext
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.
|