aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index 157a88583b70..56c83f40cdbe 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -1755,7 +1755,8 @@ config NFSD_V3_ACL
1755 1755
1756config NFSD_V4 1756config NFSD_V4
1757 bool "NFS server support for NFS version 4 (EXPERIMENTAL)" 1757 bool "NFS server support for NFS version 4 (EXPERIMENTAL)"
1758 depends on NFSD && NFSD_V3 && PROC_FS && EXPERIMENTAL 1758 depends on NFSD && PROC_FS && EXPERIMENTAL
1759 select NFSD_V3
1759 select FS_POSIX_ACL 1760 select FS_POSIX_ACL
1760 select RPCSEC_GSS_KRB5 1761 select RPCSEC_GSS_KRB5
1761 help 1762 help