^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) config AFFS_FS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) tristate "Amiga FFS file system support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) depends on BLOCK
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) The Fast File System (FFS) is the common file system used on hard
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) disks by Amiga(tm) systems since AmigaOS Version 1.3 (34.20). Say Y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) if you want to be able to read and write files from and to an Amiga
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) FFS partition on your hard drive. Amiga floppies however cannot be
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) read with this driver due to an incompatibility of the floppy
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) controller used in an Amiga and the standard floppy controller in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) PCs and workstations. Read <file:Documentation/filesystems/affs.rst>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) and <file:fs/affs/Changes>.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) With this driver you can also mount disk files used by Bernd
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) Schmidt's Un*X Amiga Emulator
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) (<http://www.freiburg.linux.de/~uae/>).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) If you want to do this, you will also need to say Y or M to "Loop
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) device support", above.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) To compile this file system support as a module, choose M here: the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) module will be called affs. If unsure, say N.