aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig18
1 files changed, 13 insertions, 5 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index e33c08924572..0fa0c1193e81 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -314,7 +314,7 @@ config REISERFS_CHECK
314 314
315config REISERFS_PROC_INFO 315config REISERFS_PROC_INFO
316 bool "Stats in /proc/fs/reiserfs" 316 bool "Stats in /proc/fs/reiserfs"
317 depends on REISERFS_FS 317 depends on REISERFS_FS && PROC_FS
318 help 318 help
319 Create under /proc/fs/reiserfs a hierarchy of files, displaying 319 Create under /proc/fs/reiserfs a hierarchy of files, displaying
320 various ReiserFS statistics and internal data at the expense of 320 various ReiserFS statistics and internal data at the expense of
@@ -724,10 +724,6 @@ config FAT_FS
724 file system and use GNU tar's M option. GNU tar is a program 724 file system and use GNU tar's M option. GNU tar is a program
725 available for Unix and DOS ("man tar" or "info tar"). 725 available for Unix and DOS ("man tar" or "info tar").
726 726
727 It is now also becoming possible to read and write compressed FAT
728 file systems; read <file:Documentation/filesystems/fat_cvf.txt> for
729 details.
730
731 The FAT support will enlarge your kernel by about 37 KB. If unsure, 727 The FAT support will enlarge your kernel by about 37 KB. If unsure,
732 say Y. 728 say Y.
733 729
@@ -1734,6 +1730,18 @@ config SUNRPC
1734config SUNRPC_GSS 1730config SUNRPC_GSS
1735 tristate 1731 tristate
1736 1732
1733config SUNRPC_BIND34
1734 bool "Support for rpcbind versions 3 & 4 (EXPERIMENTAL)"
1735 depends on SUNRPC && EXPERIMENTAL
1736 help
1737 Provides kernel support for querying rpcbind servers via versions 3
1738 and 4 of the rpcbind protocol. The kernel automatically falls back
1739 to version 2 if a remote rpcbind service does not support versions
1740 3 or 4.
1741
1742 If unsure, say N to get traditional behavior (version 2 rpcbind
1743 requests only).
1744
1737config RPCSEC_GSS_KRB5 1745config RPCSEC_GSS_KRB5
1738 tristate "Secure RPC: Kerberos V mechanism (EXPERIMENTAL)" 1746 tristate "Secure RPC: Kerberos V mechanism (EXPERIMENTAL)"
1739 depends on SUNRPC && EXPERIMENTAL 1747 depends on SUNRPC && EXPERIMENTAL