diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2009-01-22 02:33:25 -0500 |
---|---|---|
committer | Alexey Dobriyan <adobriyan@gmail.com> | 2009-01-22 05:15:55 -0500 |
commit | 3ef7784e47975e31148c25b6fa795949fdc16d9c (patch) | |
tree | 452d3f8e2e04fa74fc9f7d477fff05b4e1d8c858 /fs/Kconfig | |
parent | 90ffd467933eaf581e11fec51e7ba16fc9bd542d (diff) |
fs/Kconfig: move fuse out
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 70527fe6b630..8b36059d2b0c 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -114,22 +114,7 @@ config QUOTACTL | |||
114 | 114 | ||
115 | source "fs/autofs/Kconfig" | 115 | source "fs/autofs/Kconfig" |
116 | source "fs/autofs4/Kconfig" | 116 | source "fs/autofs4/Kconfig" |
117 | 117 | source "fs/fuse/Kconfig" | |
118 | config FUSE_FS | ||
119 | tristate "FUSE (Filesystem in Userspace) support" | ||
120 | help | ||
121 | With FUSE it is possible to implement a fully functional filesystem | ||
122 | in a userspace program. | ||
123 | |||
124 | There's also companion library: libfuse. This library along with | ||
125 | utilities is available from the FUSE homepage: | ||
126 | <http://fuse.sourceforge.net/> | ||
127 | |||
128 | See <file:Documentation/filesystems/fuse.txt> for more information. | ||
129 | See <file:Documentation/Changes> for needed library/utility version. | ||
130 | |||
131 | If you want to develop a userspace FS, or if you want to use | ||
132 | a filesystem based on FUSE, answer Y or M. | ||
133 | 118 | ||
134 | config GENERIC_ACL | 119 | config GENERIC_ACL |
135 | bool | 120 | bool |