aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2009-01-22 02:53:24 -0500
committerAlexey Dobriyan <adobriyan@gmail.com>2009-01-22 05:15:57 -0500
commitb08bac1f185b2281c3decb4f8e15e8f41f96e974 (patch)
treeaab01344eb799258e7b17ef571869b575089d18f /fs/Kconfig
parent295c896cb95de18004ef5e1b53f44c2ad001f936 (diff)
fs/Kconfig: move hfs, hfsplus out
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig29
1 files changed, 2 insertions, 27 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index 1c79baf55db2..3b48ab4f0b77 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -204,33 +204,8 @@ if MISC_FILESYSTEMS
204source "fs/adfs/Kconfig" 204source "fs/adfs/Kconfig"
205source "fs/affs/Kconfig" 205source "fs/affs/Kconfig"
206source "fs/ecryptfs/Kconfig" 206source "fs/ecryptfs/Kconfig"
207 207source "fs/hfs/Kconfig"
208config HFS_FS 208source "fs/hfsplus/Kconfig"
209 tristate "Apple Macintosh file system support (EXPERIMENTAL)"
210 depends on BLOCK && EXPERIMENTAL
211 select NLS
212 help
213 If you say Y here, you will be able to mount Macintosh-formatted
214 floppy disks and hard drive partitions with full read-write access.
215 Please read <file:Documentation/filesystems/hfs.txt> to learn about
216 the available mount options.
217
218 To compile this file system support as a module, choose M here: the
219 module will be called hfs.
220
221config HFSPLUS_FS
222 tristate "Apple Extended HFS file system support"
223 depends on BLOCK
224 select NLS
225 select NLS_UTF8
226 help
227 If you say Y here, you will be able to mount extended format
228 Macintosh-formatted hard drive partitions with full read-write access.
229
230 This file system is often called HFS+ and was introduced with
231 MacOS 8. It includes all Mac specific filesystem data such as
232 data forks and creator codes, but it also has several UNIX
233 style features such as file ownership and permissions.
234 209
235config BEFS_FS 210config BEFS_FS
236 tristate "BeOS file system (BeFS) support (read only) (EXPERIMENTAL)" 211 tristate "BeOS file system (BeFS) support (read only) (EXPERIMENTAL)"