Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config CONFIGFS_FS
0003         tristate "Userspace-driven configuration filesystem"
0004         select SYSFS
0005         help
0006           configfs is a RAM-based filesystem that provides the converse
0007           of sysfs's functionality. Where sysfs is a filesystem-based
0008           view of kernel objects, configfs is a filesystem-based manager
0009           of kernel objects, or config_items.
0010 
0011           Both sysfs and configfs can and should exist together on the
0012           same system. One is not a replacement for the other.