diff options
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 68f4561423ff..674cfbb83a95 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -995,6 +995,18 @@ config AFFS_FS | |||
995 | To compile this file system support as a module, choose M here: the | 995 | To compile this file system support as a module, choose M here: the |
996 | module will be called affs. If unsure, say N. | 996 | module will be called affs. If unsure, say N. |
997 | 997 | ||
998 | config ECRYPT_FS | ||
999 | tristate "eCrypt filesystem layer support (EXPERIMENTAL)" | ||
1000 | depends on EXPERIMENTAL && KEYS && CRYPTO | ||
1001 | help | ||
1002 | Encrypted filesystem that operates on the VFS layer. See | ||
1003 | <file:Documentation/ecryptfs.txt> to learn more about | ||
1004 | eCryptfs. Userspace components are required and can be | ||
1005 | obtained from <http://ecryptfs.sf.net>. | ||
1006 | |||
1007 | To compile this file system support as a module, choose M here: the | ||
1008 | module will be called ecryptfs. | ||
1009 | |||
998 | config HFS_FS | 1010 | config HFS_FS |
999 | tristate "Apple Macintosh file system support (EXPERIMENTAL)" | 1011 | tristate "Apple Macintosh file system support (EXPERIMENTAL)" |
1000 | depends on BLOCK && EXPERIMENTAL | 1012 | depends on BLOCK && EXPERIMENTAL |