Revision 4aba098c8d64329f0c4b24d12e1dc5398dd41a75 authored by Russell King on 03 February 2010, 15:48:03 UTC, committed by Russell King on 03 February 2010, 15:48:03 UTC
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
1 parent 0b7d517
Raw File
Kconfig
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.
back to top