summaryrefslogtreecommitdiffstats
path: root/fs/crypto/Kconfig
diff options
context:
space:
mode:
authorRichard Weinberger <richard@nod.at>2016-12-19 12:25:32 +0100
committerTheodore Ts'o <tytso@mit.edu>2017-01-01 16:18:49 -0500
commit58ae74683ae2c07cd717a91799edb50231061938 (patch)
tree9b50060a37c9908b6c642c7c5aedec5e2282d72b /fs/crypto/Kconfig
parentefee590e4a3fa7b66f78aa06eff33f59570ca96d (diff)
downloadlinux-stable-58ae74683ae2c07cd717a91799edb50231061938.tar.gz
linux-stable-58ae74683ae2c07cd717a91799edb50231061938.tar.bz2
linux-stable-58ae74683ae2c07cd717a91799edb50231061938.zip
fscrypt: factor out bio specific functions
That way we can get rid of the direct dependency on CONFIG_BLOCK. Fixes: d475a507457b ("ubifs: Add skeleton for fscrypto") Reported-by: Arnd Bergmann <arnd@arndb.de> Reported-by: Randy Dunlap <rdunlap@infradead.org> Reviewed-by: Eric Biggers <ebiggers@google.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: David Gstir <david@sigma-star.at> Signed-off-by: Richard Weinberger <richard@nod.at> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/crypto/Kconfig')
-rw-r--r--fs/crypto/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/crypto/Kconfig b/fs/crypto/Kconfig
index f514978f6688..08b46e6e3995 100644
--- a/fs/crypto/Kconfig
+++ b/fs/crypto/Kconfig
@@ -1,6 +1,5 @@
config FS_ENCRYPTION
tristate "FS Encryption (Per-file encryption)"
- depends on BLOCK
select CRYPTO
select CRYPTO_AES
select CRYPTO_CBC