Files
linux-apfs/fs/configfs/Kconfig
T

12 lines
447 B
Plaintext
Raw Normal View History

2009-01-22 10:42:52 +03:00
config CONFIGFS_FS
tristate "Userspace-driven configuration filesystem"
2011-01-16 21:11:25 +00:00
select SYSFS
2009-01-22 10:42:52 +03:00
help
2011-01-16 21:11:25 +00:00
configfs is a RAM-based filesystem that provides the converse
2009-01-22 10:42:52 +03:00
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.