| .. | .. | 
|---|
 | 1 | +# SPDX-License-Identifier: GPL-2.0-only  | 
|---|
| 1 | 2 |  config ECRYPT_FS | 
|---|
| 2 | 3 |  	tristate "eCrypt filesystem layer support" | 
|---|
| 3 | 4 |  	depends on KEYS && CRYPTO && (ENCRYPTED_KEYS || ENCRYPTED_KEYS=n) | 
|---|
| .. | .. | 
|---|
| 6 | 7 |  	select CRYPTO_MD5 | 
|---|
| 7 | 8 |  	help | 
|---|
| 8 | 9 |  	  Encrypted filesystem that operates on the VFS layer.  See | 
|---|
| 9 |  | -	  <file:Documentation/filesystems/ecryptfs.txt> to learn more about  | 
|---|
 | 10 | +	  <file:Documentation/filesystems/ecryptfs.rst> to learn more about  | 
|---|
| 10 | 11 |  	  eCryptfs.  Userspace components are required and can be | 
|---|
| 11 | 12 |  	  obtained from <http://ecryptfs.sf.net>. | 
|---|
| 12 | 13 |   | 
|---|