fs crypto: move per-file encryption from f2fs tree to fs/crypto
[deliverable/linux.git] / fs / f2fs / Kconfig
index b0a9dc929f887fb3137e2f22521744981cb3b3a9..402792bae503efdc49f3565a94c65c07eb792ac6 100644 (file)
@@ -76,15 +76,7 @@ config F2FS_FS_ENCRYPTION
        bool "F2FS Encryption"
        depends on F2FS_FS
        depends on F2FS_FS_XATTR
-       select CRYPTO_AES
-       select CRYPTO_CBC
-       select CRYPTO_ECB
-       select CRYPTO_XTS
-       select CRYPTO_CTS
-       select CRYPTO_CTR
-       select CRYPTO_SHA256
-       select KEYS
-       select ENCRYPTED_KEYS
+       select FS_ENCRYPTION
        help
          Enable encryption of f2fs files and directories.  This
          feature is similar to ecryptfs, but it is more memory
This page took 0.02399 seconds and 5 git commands to generate.