Blame view

fs/ecryptfs/Kconfig 521 Bytes
295c896cb   Alexey Dobriyan   fs/Kconfig: move ...
1
2
  config ECRYPT_FS
  	tristate "eCrypt filesystem layer support (EXPERIMENTAL)"
ed1f21857   Tyler Hicks   eCryptfs: Remove ...
3
  	depends on EXPERIMENTAL && KEYS && CRYPTO
382684984   Dave Hansen   ecryptfs: improve...
4
5
  	select CRYPTO_ECB
  	select CRYPTO_CBC
ed1f21857   Tyler Hicks   eCryptfs: Remove ...
6
  	select CRYPTO_MD5
295c896cb   Alexey Dobriyan   fs/Kconfig: move ...
7
8
9
10
11
12
13
14
  	help
  	  Encrypted filesystem that operates on the VFS layer.  See
  	  <file:Documentation/filesystems/ecryptfs.txt> to learn more about
  	  eCryptfs.  Userspace components are required and can be
  	  obtained from <http://ecryptfs.sf.net>.
  
  	  To compile this file system support as a module, choose M here: the
  	  module will be called ecryptfs.