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

Commit e2051172 authored by Nicholas Bellinger's avatar Nicholas Bellinger
Browse files

configfs: change depends -> select SYSFS



This patch changes configfs to select SYSFS to fix the following:

warning: (TARGET_CORE && GFS2_FS) selects CONFIGFS_FS which has unmet direct dependencies (SYSFS)

Reported-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarNicholas A. Bellinger <nab@linux-iscsi.org>
Acked-by: default avatarJoel Becker <jlbec@evilplan.org>
parent f652f6c5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
config CONFIGFS_FS
	tristate "Userspace-driven configuration filesystem"
	depends on SYSFS
	select SYSFS
	help
	  configfs is a ram-based filesystem that provides the converse
	  configfs is a RAM-based filesystem that provides the converse
	  of sysfs's functionality. Where sysfs is a filesystem-based
	  view of kernel objects, configfs is a filesystem-based manager
	  of kernel objects, or config_items.