Skip to content

Commit

Permalink
fs/Kconfig: move ecryptfs out
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Dobriyan <[email protected]>
  • Loading branch information
Alexey Dobriyan committed Jan 22, 2009
1 parent 10951bf commit 295c896
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
13 changes: 1 addition & 12 deletions fs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -203,18 +203,7 @@ if MISC_FILESYSTEMS

source "fs/adfs/Kconfig"
source "fs/affs/Kconfig"

config ECRYPT_FS
tristate "eCrypt filesystem layer support (EXPERIMENTAL)"
depends on EXPERIMENTAL && KEYS && CRYPTO && NET
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.
source "fs/ecryptfs/Kconfig"

config HFS_FS
tristate "Apple Macintosh file system support (EXPERIMENTAL)"
Expand Down
11 changes: 11 additions & 0 deletions fs/ecryptfs/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
config ECRYPT_FS
tristate "eCrypt filesystem layer support (EXPERIMENTAL)"
depends on EXPERIMENTAL && KEYS && CRYPTO && NET
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.

0 comments on commit 295c896

Please sign in to comment.