| Alexey Dobriyan | 295c896 | 2009-01-22 10:50:50 +0300 | [diff] [blame] | 1 | config ECRYPT_FS | 
 | 2 | 	tristate "eCrypt filesystem layer support (EXPERIMENTAL)" | 
 | 3 | 	depends on EXPERIMENTAL && KEYS && CRYPTO && NET | 
 | 4 | 	help | 
 | 5 | 	  Encrypted filesystem that operates on the VFS layer.  See | 
 | 6 | 	  <file:Documentation/filesystems/ecryptfs.txt> to learn more about | 
 | 7 | 	  eCryptfs.  Userspace components are required and can be | 
 | 8 | 	  obtained from <http://ecryptfs.sf.net>. | 
 | 9 |  | 
 | 10 | 	  To compile this file system support as a module, choose M here: the | 
 | 11 | 	  module will be called ecryptfs. |