]> git.karo-electronics.de Git - karo-tx-linux.git/commit
GFS2: use depends instead of select in kconfig
authorBenjamin Poirier <bpoirier@suse.de>
Fri, 23 Mar 2012 22:06:18 +0000 (18:06 -0400)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 2 Apr 2012 11:05:29 +0000 (12:05 +0100)
commitdfa8511f3e2c76a2ec79132c43c738ab561a03a1
treee5d067f53758f6f93e0e46314cba62e03d1bb8b0
parent93995e775912845896a1f9c6df3fde62d47adc9b
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: Benjamin Poirier <bpoirier@suse.de>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/Kconfig