forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
kernel/fs/incfs/Kconfig
....@@ -2,13 +2,8 @@
22 tristate "Incremental file system support"
33 depends on BLOCK
44 select DECOMPRESS_LZ4
5
- select CRC32
6
- select CRYPTO
7
- select CRYPTO_RSA
5
+ select DECOMPRESS_ZSTD
86 select CRYPTO_SHA256
9
- select X509_CERTIFICATE_PARSER
10
- select ASYMMETRIC_KEY_TYPE
11
- select ASYMMETRIC_PUBLIC_KEY_SUBTYPE
127 help
138 Incremental FS is a read-only virtual file system that facilitates execution
149 of programs while their binaries are still being lazily downloaded over the