aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index d5255e627b5f..ba1dbe2b2202 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -841,6 +841,20 @@ config RELAYFS_FS
841 841
842 If unsure, say N. 842 If unsure, say N.
843 843
844config CONFIGFS_FS
845 tristate "Userspace-driven configuration filesystem (EXPERIMENTAL)"
846 depends on EXPERIMENTAL
847 help
848 configfs is a ram-based filesystem that provides the converse
849 of sysfs's functionality. Where sysfs is a filesystem-based
850 view of kernel objects, configfs is a filesystem-based manager
851 of kernel objects, or config_items.
852
853 Both sysfs and configfs can and should exist together on the
854 same system. One is not a replacement for the other.
855
856 If unsure, say N.
857
844endmenu 858endmenu
845 859
846menu "Miscellaneous filesystems" 860menu "Miscellaneous filesystems"