Skip to content

Commit

Permalink
fs/Kconfig: move configfs out
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
  • Loading branch information
Alexey Dobriyan committed Jan 22, 2009
1 parent 5f3a211 commit 4591dab
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
12 changes: 1 addition & 11 deletions fs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -182,17 +182,7 @@ config HUGETLBFS
config HUGETLB_PAGE
def_bool HUGETLBFS

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.
source "fs/configfs/Kconfig"

endmenu

Expand Down
11 changes: 11 additions & 0 deletions fs/configfs/Kconfig
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.

0 comments on commit 4591dab

Please sign in to comment.