[PATCH 3/3] eCryptfs: Kconfig and Makefile

From: Phillip Hellewell
Date: Thu Jun 02 2005 - 00:53:03 EST


This is the third in a series of three patches for the eCryptfs kernel
module.

This patch includes the changes to Kconfig and Makefile (in linux/fs)
needed for building eCryptfs.

--
Phillip Hellewell <phillip AT hellewell.homeip.net>
--- linux-2.6.12-rc4-mm2/fs/Kconfig 2005-05-23 21:20:30.214356232 -0600
+++ linux-2.6.12-rc4-mm2-ecryptfs/fs/Kconfig 2005-05-23 21:45:33.124879104 -0600
@@ -1001,6 +1001,16 @@
To compile this file system support as a module, choose M here: the
module will be called affs. If unsure, say N.

+config ECRYPTFS
+ tristate "eCrypt filesystem layer support (EXPERIMENTAL)"
+ depends on EXPERIMENTAL && KEYS && CRYPTO
+ help
+ Encrypted filesystem that operates on the VFS layer. See
+ Documentation/ecryptfs.txt to learn more about eCryptfs.
+
+ To compile this file system support as a module, choose M here: the
+ module will be called ecryptfs.
+
config HFS_FS
tristate "Apple Macintosh file system support (EXPERIMENTAL)"
depends on EXPERIMENTAL
--- linux-2.6.12-rc4-mm2/fs/Makefile 2005-05-23 21:20:30.254350152 -0600
+++ linux-2.6.12-rc4-mm2-ecryptfs/fs/Makefile 2005-05-23 21:45:33.135877432 -0600
@@ -68,6 +68,7 @@
obj-$(CONFIG_ISO9660_FS) += isofs/
obj-$(CONFIG_DEVFS_FS) += devfs/
obj-$(CONFIG_HFSPLUS_FS) += hfsplus/ # Before hfs to find wrapped HFS+
+obj-$(CONFIG_ECRYPTFS) += ecryptfs/
obj-$(CONFIG_HFS_FS) += hfs/
obj-$(CONFIG_VXFS_FS) += freevxfs/
obj-$(CONFIG_NFS_FS) += nfs/