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 select PKCS7_MESSAGE_PARSER 13 help 14 Incremental FS is a read-only virtual file system that facilitates execution 15 of programs while their binaries are still being lazily downloaded over the 16 network, USB or pigeon post. 17 18 To compile this file system support as a module, choose M here: the 19 module will be called incrementalfs. 20