xref: /kernel/linux/linux-6.6/fs/configfs/Kconfig (revision 62306a36)
162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
262306a36Sopenharmony_ciconfig CONFIGFS_FS
362306a36Sopenharmony_ci	tristate "Userspace-driven configuration filesystem"
462306a36Sopenharmony_ci	select SYSFS
562306a36Sopenharmony_ci	help
662306a36Sopenharmony_ci	  configfs is a RAM-based filesystem that provides the converse
762306a36Sopenharmony_ci	  of sysfs's functionality. Where sysfs is a filesystem-based
862306a36Sopenharmony_ci	  view of kernel objects, configfs is a filesystem-based manager
962306a36Sopenharmony_ci	  of kernel objects, or config_items.
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_ci	  Both sysfs and configfs can and should exist together on the
1262306a36Sopenharmony_ci	  same system. One is not a replacement for the other.
13