Files
chromebox_10th_audio_driver/kernel-src/linux-hwe-6.17-6.17.0/fs/configfs/Kconfig
2026-04-04 07:45:01 +00:00

12 lines
473 B
Plaintext

# SPDX-License-Identifier: GPL-2.0-only
config CONFIGFS_FS
tristate "Userspace-driven configuration filesystem"
help
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.
Both sysfs and configfs can and should exist together on the
same system. One is not a replacement for the other.