kernel/fs/incfs/Kconfig
.. .. @@ -2,13 +2,8 @@ 2 2 tristate "Incremental file system support" 3 3 depends on BLOCK 4 4 select DECOMPRESS_LZ4 5  - select CRC326  - select CRYPTO7  - select CRYPTO_RSA5  + select DECOMPRESS_ZSTD8 6 select CRYPTO_SHA256 9  - select X509_CERTIFICATE_PARSER10  - select ASYMMETRIC_KEY_TYPE11  - select ASYMMETRIC_PUBLIC_KEY_SUBTYPE12 7 help 13 8 Incremental FS is a read-only virtual file system that facilitates execution 14 9 of programs while their binaries are still being lazily downloaded over the