blob: 272b644569995c9f38068429946655945867d52c [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Alexey Dobriyan4591dab2009-01-22 10:42:52 +03002config CONFIGFS_FS
3 tristate "Userspace-driven configuration filesystem"
Nicholas Bellingere2051172011-01-16 21:11:25 +00004 select SYSFS
Alexey Dobriyan4591dab2009-01-22 10:42:52 +03005 help
Nicholas Bellingere2051172011-01-16 21:11:25 +00006 configfs is a RAM-based filesystem that provides the converse
Alexey Dobriyan4591dab2009-01-22 10:42:52 +03007 of sysfs's functionality. Where sysfs is a filesystem-based
8 view of kernel objects, configfs is a filesystem-based manager
9 of kernel objects, or config_items.
10
11 Both sysfs and configfs can and should exist together on the
12 same system. One is not a replacement for the other.