0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config AFFS_FS
0003 tristate "Amiga FFS file system support"
0004 depends on BLOCK
0005 help
0006 The Fast File System (FFS) is the common file system used on hard
0007 disks by Amiga(tm) systems since AmigaOS Version 1.3 (34.20). Say Y
0008 if you want to be able to read and write files from and to an Amiga
0009 FFS partition on your hard drive. Amiga floppies however cannot be
0010 read with this driver due to an incompatibility of the floppy
0011 controller used in an Amiga and the standard floppy controller in
0012 PCs and workstations. Read <file:Documentation/filesystems/affs.rst>
0013 and <file:fs/affs/Changes>.
0014
0015 With this driver you can also mount disk files used by Bernd
0016 Schmidt's Un*X Amiga Emulator
0017 (<http://www.freiburg.linux.de/~uae/>).
0018 If you want to do this, you will also need to say Y or M to "Loop
0019 device support", above.
0020
0021 To compile this file system support as a module, choose M here: the
0022 module will be called affs. If unsure, say N.