Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 97cc008a authored by Benjamin Poirier's avatar Benjamin Poirier Committed by Steven Whitehouse
Browse files

GFS2: use depends instead of select in kconfig



Avoids having to duplicate the dependencies of what is 'select'ed (and on
down...)

Those dependencies are currently incomplete, leading to broken builds with
GFS2_FS_LOCKING_DLM=y and IP_SCTP=n.

Signed-off-by: default avatarBenjamin Poirier <bpoirier@suse.de>
Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
parent c1ac539e
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
config GFS2_FS
	tristate "GFS2 file system support"
	depends on (64BIT || LBDAF)
	select DLM if GFS2_FS_LOCKING_DLM
	select CONFIGFS_FS if GFS2_FS_LOCKING_DLM
	select SYSFS if GFS2_FS_LOCKING_DLM
	select IP_SCTP if DLM_SCTP
	select FS_POSIX_ACL
	select CRC32
	select QUOTACTL
@@ -29,7 +25,8 @@ config GFS2_FS

config GFS2_FS_LOCKING_DLM
	bool "GFS2 DLM locking"
	depends on (GFS2_FS!=n) && NET && INET && (IPV6 || IPV6=n) && HOTPLUG
	depends on (GFS2_FS!=n) && NET && INET && (IPV6 || IPV6=n) && \
		HOTPLUG && DLM && CONFIGFS_FS && SYSFS
	help
	  Multiple node locking module for GFS2