aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig17
1 files changed, 9 insertions, 8 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index 6a3df05528..b3b5aa0edf 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -634,6 +634,10 @@ config FUSE_FS
634 If you want to develop a userspace FS, or if you want to use 634 If you want to develop a userspace FS, or if you want to use
635 a filesystem based on FUSE, answer Y or M. 635 a filesystem based on FUSE, answer Y or M.
636 636
637config GENERIC_ACL
638 bool
639 select FS_POSIX_ACL
640
637if BLOCK 641if BLOCK
638menu "CD-ROM/DVD Filesystems" 642menu "CD-ROM/DVD Filesystems"
639 643
@@ -968,7 +972,7 @@ config SYSFS
968 972
969 Some system agents rely on the information in sysfs to operate. 973 Some system agents rely on the information in sysfs to operate.
970 /sbin/hotplug uses device and object attributes in sysfs to assist in 974 /sbin/hotplug uses device and object attributes in sysfs to assist in
971 delegating policy decisions, like persistantly naming devices. 975 delegating policy decisions, like persistently naming devices.
972 976
973 sysfs is currently used by the block subsystem to mount the root 977 sysfs is currently used by the block subsystem to mount the root
974 partition. If sysfs is disabled you must specify the boot device on 978 partition. If sysfs is disabled you must specify the boot device on
@@ -1141,7 +1145,7 @@ config BEFS_FS
1141 help 1145 help
1142 The BeOS File System (BeFS) is the native file system of Be, Inc's 1146 The BeOS File System (BeFS) is the native file system of Be, Inc's
1143 BeOS. Notable features include support for arbitrary attributes 1147 BeOS. Notable features include support for arbitrary attributes
1144 on files and directories, and database-like indeces on selected 1148 on files and directories, and database-like indices on selected
1145 attributes. (Also note that this driver doesn't make those features 1149 attributes. (Also note that this driver doesn't make those features
1146 available at this time). It is a 64 bit filesystem, so it supports 1150 available at this time). It is a 64 bit filesystem, so it supports
1147 extremely large volumes and files. 1151 extremely large volumes and files.
@@ -1773,6 +1777,7 @@ config RPCSEC_GSS_KRB5
1773 select CRYPTO 1777 select CRYPTO
1774 select CRYPTO_MD5 1778 select CRYPTO_MD5
1775 select CRYPTO_DES 1779 select CRYPTO_DES
1780 select CRYPTO_CBC
1776 help 1781 help
1777 Provides for secure RPC calls by means of a gss-api 1782 Provides for secure RPC calls by means of a gss-api
1778 mechanism based on Kerberos V5. This is required for 1783 mechanism based on Kerberos V5. This is required for
@@ -1791,6 +1796,7 @@ config RPCSEC_GSS_SPKM3
1791 select CRYPTO_MD5 1796 select CRYPTO_MD5
1792 select CRYPTO_DES 1797 select CRYPTO_DES
1793 select CRYPTO_CAST5 1798 select CRYPTO_CAST5
1799 select CRYPTO_CBC
1794 help 1800 help
1795 Provides for secure RPC calls by means of a gss-api 1801 Provides for secure RPC calls by means of a gss-api
1796 mechanism based on the SPKM3 public-key mechanism. 1802 mechanism based on the SPKM3 public-key mechanism.
@@ -2054,8 +2060,7 @@ config CODA_FS_OLD_API
2054 For most cases you probably want to say N. 2060 For most cases you probably want to say N.
2055 2061
2056config AFS_FS 2062config AFS_FS
2057# for fs/nls/Config.in 2063 tristate "Andrew File System support (AFS) (EXPERIMENTAL)"
2058 tristate "Andrew File System support (AFS) (Experimental)"
2059 depends on INET && EXPERIMENTAL 2064 depends on INET && EXPERIMENTAL
2060 select RXRPC 2065 select RXRPC
2061 help 2066 help
@@ -2080,10 +2085,6 @@ config 9P_FS
2080 2085
2081 If unsure, say N. 2086 If unsure, say N.
2082 2087
2083config GENERIC_ACL
2084 bool
2085 select FS_POSIX_ACL
2086
2087endmenu 2088endmenu
2088 2089
2089if BLOCK 2090if BLOCK