From a95005100dd1e4f70c4fce3abead12cb5f1d7b0d Mon Sep 17 00:00:00 2001 From: Paul Lawrence Date: Wed, 10 Jun 2020 08:20:33 -0700 Subject: [PATCH] ANDROID: Incremental fs: Remove unnecessary dependencies Bug: 162260581 Test: builds with defconfig Signed-off-by: Paul Lawrence Change-Id: I743fa7a989f5a464f755a22b6a03299fb462e74c --- fs/incfs/Kconfig | 6 ------ 1 file changed, 6 deletions(-) diff --git a/fs/incfs/Kconfig b/fs/incfs/Kconfig index 1ffe31a9c0ff..8c0e8ae2030f 100644 --- a/fs/incfs/Kconfig +++ b/fs/incfs/Kconfig @@ -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