From: Michael Halcrow Add URL to userspace code in eCryptfs Kconfig help. Signed-off-by: Michael Halcrow Signed-off-by: Andrew Morton --- fs/Kconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff -puN fs/Kconfig~ecryptfs-fs-makefile-and-fs-kconfig-kconfig-help-update fs/Kconfig --- a/fs/Kconfig~ecryptfs-fs-makefile-and-fs-kconfig-kconfig-help-update +++ a/fs/Kconfig @@ -1015,7 +1015,9 @@ config ECRYPT_FS depends on EXPERIMENTAL && KEYS && CRYPTO help Encrypted filesystem that operates on the VFS layer. See - Documentation/ecryptfs.txt to learn more about eCryptfs. + to learn more about + eCryptfs. Userspace components are required and can be + obtained from . To compile this file system support as a module, choose M here: the module will be called ecryptfs. _