]> git.karo-electronics.de Git - karo-tx-linux.git/blob - fs/ecryptfs/Kconfig
Merge branches 'at91', 'ep93xx', 'etm', 'ks8695', 'nuc', 'u300' and 'u8500' into...
[karo-tx-linux.git] / fs / ecryptfs / Kconfig
1 config ECRYPT_FS
2         tristate "eCrypt filesystem layer support (EXPERIMENTAL)"
3         depends on EXPERIMENTAL && KEYS && CRYPTO
4         select CRYPTO_ECB
5         select CRYPTO_CBC
6         select CRYPTO_MD5
7         help
8           Encrypted filesystem that operates on the VFS layer.  See
9           <file:Documentation/filesystems/ecryptfs.txt> to learn more about
10           eCryptfs.  Userspace components are required and can be
11           obtained from <http://ecryptfs.sf.net>.
12
13           To compile this file system support as a module, choose M here: the
14           module will be called ecryptfs.