aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/Kconfig13
-rw-r--r--fs/ecryptfs/Kconfig11
2 files changed, 12 insertions, 12 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index 3e025af4d8b4..1c79baf55db2 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -203,18 +203,7 @@ if MISC_FILESYSTEMS
203 203
204source "fs/adfs/Kconfig" 204source "fs/adfs/Kconfig"
205source "fs/affs/Kconfig" 205source "fs/affs/Kconfig"
206 206source "fs/ecryptfs/Kconfig"
207config 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.
218 207
219config HFS_FS 208config HFS_FS
220 tristate "Apple Macintosh file system support (EXPERIMENTAL)" 209 tristate "Apple Macintosh file system support (EXPERIMENTAL)"
diff --git a/fs/ecryptfs/Kconfig b/fs/ecryptfs/Kconfig
new file mode 100644
index 000000000000..0c754e64232b
--- /dev/null
+++ b/fs/ecryptfs/Kconfig
@@ -0,0 +1,11 @@
1config 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.