Skip to content

Commit

Permalink
configfs: change depends -> select SYSFS
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Nicholas A. Bellinger <[email protected]>
Acked-by: Joel Becker <[email protected]>
  • Loading branch information
Nicholas Bellinger committed Jan 16, 2011
1 parent f652f6c commit e205117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fs/configfs/Kconfig
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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.
Expand Down

0 comments on commit e205117

Please sign in to comment.