aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig23
1 files changed, 1 insertions, 22 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index e4492c75efe6..3e025af4d8b4 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -202,28 +202,7 @@ menuconfig MISC_FILESYSTEMS
202if MISC_FILESYSTEMS 202if MISC_FILESYSTEMS
203 203
204source "fs/adfs/Kconfig" 204source "fs/adfs/Kconfig"
205 205source "fs/affs/Kconfig"
206config AFFS_FS
207 tristate "Amiga FFS file system support (EXPERIMENTAL)"
208 depends on BLOCK && EXPERIMENTAL
209 help
210 The Fast File System (FFS) is the common file system used on hard
211 disks by Amiga(tm) systems since AmigaOS Version 1.3 (34.20). Say Y
212 if you want to be able to read and write files from and to an Amiga
213 FFS partition on your hard drive. Amiga floppies however cannot be
214 read with this driver due to an incompatibility of the floppy
215 controller used in an Amiga and the standard floppy controller in
216 PCs and workstations. Read <file:Documentation/filesystems/affs.txt>
217 and <file:fs/affs/Changes>.
218
219 With this driver you can also mount disk files used by Bernd
220 Schmidt's Un*X Amiga Emulator
221 (<http://www.freiburg.linux.de/~uae/>).
222 If you want to do this, you will also need to say Y or M to "Loop
223 device support", above.
224
225 To compile this file system support as a module, choose M here: the
226 module will be called affs. If unsure, say N.
227 206
228config ECRYPT_FS 207config ECRYPT_FS
229 tristate "eCrypt filesystem layer support (EXPERIMENTAL)" 208 tristate "eCrypt filesystem layer support (EXPERIMENTAL)"