-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
- Loading branch information
Alexey Dobriyan
committed
Jan 22, 2009
1 parent
5f3a211
commit 4591dab
Showing
2 changed files
with
12 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |