aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/gfs2/Kconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/gfs2/Kconfig b/fs/gfs2/Kconfig
index c0791cbacad9..6a2ffa2db14f 100644
--- a/fs/gfs2/Kconfig
+++ b/fs/gfs2/Kconfig
@@ -34,7 +34,9 @@ config GFS2_FS_LOCKING_NOLOCK
34 34
35config GFS2_FS_LOCKING_DLM 35config GFS2_FS_LOCKING_DLM
36 tristate "GFS2 DLM locking module" 36 tristate "GFS2 DLM locking module"
37 depends on GFS2_FS 37 depends on GFS2_FS && NET && INET && (IPV6 || IPV6=n)
38 select IP_SCTP if DLM_SCTP
39 select CONFIGFS_FS
38 select DLM 40 select DLM
39 help 41 help
40 Multiple node locking module for GFS2 42 Multiple node locking module for GFS2