13 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config CONFIGFS_FS3 tristate "Userspace-driven configuration filesystem"4 select SYSFS5 help6 configfs is a RAM-based filesystem that provides the converse7 of sysfs's functionality. Where sysfs is a filesystem-based8 view of kernel objects, configfs is a filesystem-based manager9 of kernel objects, or config_items.10 11 Both sysfs and configfs can and should exist together on the12 same system. One is not a replacement for the other.13