aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorSteven Whitehouse <swhiteho@redhat.com>2006-03-31 15:34:58 -0500
committerSteven Whitehouse <swhiteho@redhat.com>2006-03-31 15:34:58 -0500
commit86579dd06deecfa6ac88d5e84e4d63c397cd6f6d (patch)
treeb4475d3ccde53015ad84a06e4e55e64591171b75 /fs/Kconfig
parent7ea9ea832212c4a755650f7c7cc1ff0b63292a41 (diff)
parenta0f067802576d4eb4c65d40b8ee7d6ea3c81dd61 (diff)
Merge branch 'master'
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig13
1 files changed, 1 insertions, 12 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index 14bcce800346..62ee097776f0 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -860,18 +860,6 @@ config RAMFS
860 To compile this as a module, choose M here: the module will be called 860 To compile this as a module, choose M here: the module will be called
861 ramfs. 861 ramfs.
862 862
863config RELAYFS_FS
864 tristate "Relayfs file system support"
865 ---help---
866 Relayfs is a high-speed data relay filesystem designed to provide
867 an efficient mechanism for tools and facilities to relay large
868 amounts of data from kernel space to user space.
869
870 To compile this code as a module, choose M here: the module will be
871 called relayfs.
872
873 If unsure, say N.
874
875config CONFIGFS_FS 863config CONFIGFS_FS
876 tristate "Userspace-driven configuration filesystem (EXPERIMENTAL)" 864 tristate "Userspace-driven configuration filesystem (EXPERIMENTAL)"
877 depends on EXPERIMENTAL 865 depends on EXPERIMENTAL
@@ -1568,6 +1556,7 @@ config RPCSEC_GSS_SPKM3
1568 select CRYPTO 1556 select CRYPTO
1569 select CRYPTO_MD5 1557 select CRYPTO_MD5
1570 select CRYPTO_DES 1558 select CRYPTO_DES
1559 select CRYPTO_CAST5
1571 help 1560 help
1572 Provides for secure RPC calls by means of a gss-api 1561 Provides for secure RPC calls by means of a gss-api
1573 mechanism based on the SPKM3 public-key mechanism. 1562 mechanism based on the SPKM3 public-key mechanism.