Commit 295c896cb95de18004ef5e1b53f44c2ad001f936

Authored by Alexey Dobriyan
1 parent 10951bf05d

fs/Kconfig: move ecryptfs out

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>

Showing 2 changed files with 12 additions and 12 deletions Side-by-side Diff

... ... @@ -203,18 +203,7 @@
203 203  
204 204 source "fs/adfs/Kconfig"
205 205 source "fs/affs/Kconfig"
206   -
207   -config ECRYPT_FS
208   - tristate "eCrypt filesystem layer support (EXPERIMENTAL)"
209   - depends on EXPERIMENTAL && KEYS && CRYPTO && NET
210   - help
211   - Encrypted filesystem that operates on the VFS layer. See
212   - <file:Documentation/filesystems/ecryptfs.txt> to learn more about
213   - eCryptfs. Userspace components are required and can be
214   - obtained from <http://ecryptfs.sf.net>.
215   -
216   - To compile this file system support as a module, choose M here: the
217   - module will be called ecryptfs.
  206 +source "fs/ecryptfs/Kconfig"
218 207  
219 208 config HFS_FS
220 209 tristate "Apple Macintosh file system support (EXPERIMENTAL)"
  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.