1 # SPDX-License-Identifier: GPL-2.0-only << 2 config CONFIGFS_FS 1 config CONFIGFS_FS 3 tristate "Userspace-driven configurati 2 tristate "Userspace-driven configuration filesystem" 4 select SYSFS 3 select SYSFS 5 help 4 help 6 configfs is a RAM-based filesystem t 5 configfs is a RAM-based filesystem that provides the converse 7 of sysfs's functionality. Where sysf 6 of sysfs's functionality. Where sysfs is a filesystem-based 8 view of kernel objects, configfs is 7 view of kernel objects, configfs is a filesystem-based manager 9 of kernel objects, or config_items. 8 of kernel objects, or config_items. 10 9 11 Both sysfs and configfs can and shou 10 Both sysfs and configfs can and should exist together on the 12 same system. One is not a replacemen 11 same system. One is not a replacement for the other.
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.