mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-28 23:24:50 +00:00
e205117285
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: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Nicholas A. Bellinger <nab@linux-iscsi.org> Acked-by: Joel Becker <jlbec@evilplan.org>
11 lines
447 B
Text
11 lines
447 B
Text
config CONFIGFS_FS
|
|
tristate "Userspace-driven configuration filesystem"
|
|
select SYSFS
|
|
help
|
|
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.
|
|
|
|
Both sysfs and configfs can and should exist together on the
|
|
same system. One is not a replacement for the other.
|