https://jxself.org/git/linux-libre.git
Raw File
Tip revision: fcdebfe823553417d692e7ef16bb9707274455c9 authored by Jason Self on 22 November 2010, 18:48:28 UTC
Linux-libre 2.6.32.26-gnu1
Tip revision: fcdebfe
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