diff options
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 |