Skip to content

Commit

Permalink
fs/Kconfig: move fuse 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 90ffd46 commit 3ef7784
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
17 changes: 1 addition & 16 deletions fs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -114,22 +114,7 @@ config QUOTACTL

source "fs/autofs/Kconfig"
source "fs/autofs4/Kconfig"

config FUSE_FS
tristate "FUSE (Filesystem in Userspace) support"
help
With FUSE it is possible to implement a fully functional filesystem
in a userspace program.

There's also companion library: libfuse. This library along with
utilities is available from the FUSE homepage:
<http://fuse.sourceforge.net/>

See <file:Documentation/filesystems/fuse.txt> for more information.
See <file:Documentation/Changes> for needed library/utility version.

If you want to develop a userspace FS, or if you want to use
a filesystem based on FUSE, answer Y or M.
source "fs/fuse/Kconfig"

config GENERIC_ACL
bool
Expand Down
15 changes: 15 additions & 0 deletions fs/fuse/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
config FUSE_FS
tristate "FUSE (Filesystem in Userspace) support"
help
With FUSE it is possible to implement a fully functional filesystem
in a userspace program.

There's also companion library: libfuse. This library along with
utilities is available from the FUSE homepage:
<http://fuse.sourceforge.net/>

See <file:Documentation/filesystems/fuse.txt> for more information.
See <file:Documentation/Changes> for needed library/utility version.

If you want to develop a userspace FS, or if you want to use
a filesystem based on FUSE, answer Y or M.

0 comments on commit 3ef7784

Please sign in to comment.