Kconfig 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. config ECRYPT_FS
  2. tristate "eCrypt filesystem layer support (EXPERIMENTAL)"
  3. depends on EXPERIMENTAL && KEYS && CRYPTO && (ENCRYPTED_KEYS || ENCRYPTED_KEYS=n)
  4. select CRYPTO_ECB
  5. select CRYPTO_CBC
  6. select CRYPTO_MD5
  7. select CRYPTO_SHA256
  8. help
  9. Encrypted filesystem that operates on the VFS layer. See
  10. <file:Documentation/filesystems/ecryptfs.txt> to learn more about
  11. eCryptfs. Userspace components are required and can be
  12. obtained from <http://ecryptfs.sf.net>.
  13. To compile this file system support as a module, choose M here: the
  14. module will be called ecryptfs.
  15. config WTL_ENCRYPTION_FILTER
  16. bool "Enables filtering for some files not to encrypt on eCryptfs"
  17. default n
  18. depends on ECRYPT_FS
  19. help
  20. Modification of encrypted filesystem for SD card encryption
  21. config ECRYPT_FS_VIRTUAL_FAT_XATTR
  22. bool "eCryptfs support on virtual FAT xattr"
  23. default n
  24. depends on ECRYPT_FS
  25. help
  26. Modification of encrypted filesystem for virtual FAT xattr
  27. config FORCE_DISABLE_FIPS
  28. bool "Force disable FIPS config"
  29. default n
  30. help
  31. Force disable FIPS config