Blame view

fs/configfs/Kconfig 447 Bytes
4591dabe2   Alexey Dobriyan   fs/Kconfig: move ...
1
2
  config CONFIGFS_FS
  	tristate "Userspace-driven configuration filesystem"
e20511728   Nicholas Bellinger   configfs: change ...
3
  	select SYSFS
4591dabe2   Alexey Dobriyan   fs/Kconfig: move ...
4
  	help
e20511728   Nicholas Bellinger   configfs: change ...
5
  	  configfs is a RAM-based filesystem that provides the converse
4591dabe2   Alexey Dobriyan   fs/Kconfig: move ...
6
7
8
9
10
11
  	  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.