From 4591dabe27ec0f7928fb73d93694698e21dc769e Mon Sep 17 00:00:00 2001 From: Alexey Dobriyan Date: Thu, 22 Jan 2009 10:42:52 +0300 Subject: fs/Kconfig: move configfs out Signed-off-by: Alexey Dobriyan --- fs/configfs/Kconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 fs/configfs/Kconfig (limited to 'fs/configfs') diff --git a/fs/configfs/Kconfig b/fs/configfs/Kconfig new file mode 100644 index 0000000..13587cc --- /dev/null +++ b/fs/configfs/Kconfig @@ -0,0 +1,11 @@ +config CONFIGFS_FS + tristate "Userspace-driven configuration filesystem" + depends on SYSFS + 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. -- cgit v1.1