Commit e2051172 authored by Nicholas Bellinger's avatar Nicholas Bellinger

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
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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment