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