Searched hist:a0fc20333ee4bac1147c4cf75dea098c26671a2f (Results 1 – 1 of 1) sorted by relevance
/linux/fs/crypto/ |
H A D | Kconfig | diff a0fc20333ee4bac1147c4cf75dea098c26671a2f Wed Apr 21 09:55:10 CEST 2021 Ard Biesheuvel <ardb@kernel.org> fscrypt: relax Kconfig dependencies for crypto API algorithms
Even if FS encryption has strict functional dependencies on various crypto algorithms and chaining modes. those dependencies could potentially be satisified by other implementations than the generic ones, and no link time dependency exists on the 'depends on' claused defined by CONFIG_FS_ENCRYPTION_ALGS.
So let's relax these clauses to 'imply', so that the default behavior is still to pull in those generic algorithms, but in a way that permits them to be disabled again in Kconfig.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org> Acked-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|