diff options
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index e9749b0eecd8..e207be68d4ca 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -859,18 +859,6 @@ config RAMFS | |||
859 | To compile this as a module, choose M here: the module will be called | 859 | To compile this as a module, choose M here: the module will be called |
860 | ramfs. | 860 | ramfs. |
861 | 861 | ||
862 | config RELAYFS_FS | ||
863 | tristate "Relayfs file system support" | ||
864 | ---help--- | ||
865 | Relayfs is a high-speed data relay filesystem designed to provide | ||
866 | an efficient mechanism for tools and facilities to relay large | ||
867 | amounts of data from kernel space to user space. | ||
868 | |||
869 | To compile this code as a module, choose M here: the module will be | ||
870 | called relayfs. | ||
871 | |||
872 | If unsure, say N. | ||
873 | |||
874 | config CONFIGFS_FS | 862 | config CONFIGFS_FS |
875 | tristate "Userspace-driven configuration filesystem (EXPERIMENTAL)" | 863 | tristate "Userspace-driven configuration filesystem (EXPERIMENTAL)" |
876 | depends on EXPERIMENTAL | 864 | depends on EXPERIMENTAL |
@@ -1567,6 +1555,7 @@ config RPCSEC_GSS_SPKM3 | |||
1567 | select CRYPTO | 1555 | select CRYPTO |
1568 | select CRYPTO_MD5 | 1556 | select CRYPTO_MD5 |
1569 | select CRYPTO_DES | 1557 | select CRYPTO_DES |
1558 | select CRYPTO_CAST5 | ||
1570 | help | 1559 | help |
1571 | Provides for secure RPC calls by means of a gss-api | 1560 | Provides for secure RPC calls by means of a gss-api |
1572 | mechanism based on the SPKM3 public-key mechanism. | 1561 | mechanism based on the SPKM3 public-key mechanism. |