diff options
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 44 |
1 files changed, 2 insertions, 42 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 51f2aba92c22..70527fe6b630 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -112,48 +112,8 @@ config QUOTACTL | |||
112 | depends on XFS_QUOTA || QUOTA | 112 | depends on XFS_QUOTA || QUOTA |
113 | default y | 113 | default y |
114 | 114 | ||
115 | config AUTOFS_FS | 115 | source "fs/autofs/Kconfig" |
116 | tristate "Kernel automounter support" | 116 | source "fs/autofs4/Kconfig" |
117 | help | ||
118 | The automounter is a tool to automatically mount remote file systems | ||
119 | on demand. This implementation is partially kernel-based to reduce | ||
120 | overhead in the already-mounted case; this is unlike the BSD | ||
121 | automounter (amd), which is a pure user space daemon. | ||
122 | |||
123 | To use the automounter you need the user-space tools from the autofs | ||
124 | package; you can find the location in <file:Documentation/Changes>. | ||
125 | You also want to answer Y to "NFS file system support", below. | ||
126 | |||
127 | If you want to use the newer version of the automounter with more | ||
128 | features, say N here and say Y to "Kernel automounter v4 support", | ||
129 | below. | ||
130 | |||
131 | To compile this support as a module, choose M here: the module will be | ||
132 | called autofs. | ||
133 | |||
134 | If you are not a part of a fairly large, distributed network, you | ||
135 | probably do not need an automounter, and can say N here. | ||
136 | |||
137 | config AUTOFS4_FS | ||
138 | tristate "Kernel automounter version 4 support (also supports v3)" | ||
139 | help | ||
140 | The automounter is a tool to automatically mount remote file systems | ||
141 | on demand. This implementation is partially kernel-based to reduce | ||
142 | overhead in the already-mounted case; this is unlike the BSD | ||
143 | automounter (amd), which is a pure user space daemon. | ||
144 | |||
145 | To use the automounter you need the user-space tools from | ||
146 | <ftp://ftp.kernel.org/pub/linux/daemons/autofs/v4/>; you also | ||
147 | want to answer Y to "NFS file system support", below. | ||
148 | |||
149 | To compile this support as a module, choose M here: the module will be | ||
150 | called autofs4. You will need to add "alias autofs autofs4" to your | ||
151 | modules configuration file. | ||
152 | |||
153 | If you are not a part of a fairly large, distributed network or | ||
154 | don't have a laptop which needs to dynamically reconfigure to the | ||
155 | local network, you probably do not need an automounter, and can say | ||
156 | N here. | ||
157 | 117 | ||
158 | config FUSE_FS | 118 | config FUSE_FS |
159 | tristate "FUSE (Filesystem in Userspace) support" | 119 | tristate "FUSE (Filesystem in Userspace) support" |