diff options
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 1d81be3fef3b..9539848b4110 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -1695,7 +1695,6 @@ config NFSD | |||
1695 | select SUNRPC | 1695 | select SUNRPC |
1696 | select EXPORTFS | 1696 | select EXPORTFS |
1697 | select NFS_ACL_SUPPORT if NFSD_V2_ACL | 1697 | select NFS_ACL_SUPPORT if NFSD_V2_ACL |
1698 | select PROC_FS if NFSD_V4 | ||
1699 | select PROC_FS if SUNRPC_GSS | 1698 | select PROC_FS if SUNRPC_GSS |
1700 | help | 1699 | help |
1701 | Choose Y here if you want to allow other computers to access | 1700 | Choose Y here if you want to allow other computers to access |
@@ -1757,7 +1756,7 @@ config NFSD_V3_ACL | |||
1757 | 1756 | ||
1758 | config NFSD_V4 | 1757 | config NFSD_V4 |
1759 | bool "NFS server support for NFS version 4 (EXPERIMENTAL)" | 1758 | bool "NFS server support for NFS version 4 (EXPERIMENTAL)" |
1760 | depends on NFSD && NFSD_V3 && EXPERIMENTAL | 1759 | depends on NFSD && NFSD_V3 && PROC_FS && EXPERIMENTAL |
1761 | select FS_POSIX_ACL | 1760 | select FS_POSIX_ACL |
1762 | select RPCSEC_GSS_KRB5 | 1761 | select RPCSEC_GSS_KRB5 |
1763 | help | 1762 | help |