ANDROID: Incremental fs: Remove unnecessary dependencies

Bug: 162260581
Test: builds with defconfig
Signed-off-by: Paul Lawrence <paullawrence@google.com>
Change-Id: I743fa7a989f5a464f755a22b6a03299fb462e74c
This commit is contained in:
Paul Lawrence
2020-06-10 08:20:33 -07:00
parent 7ec98e58bd
commit a95005100d

View File

@@ -2,13 +2,7 @@ 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