1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 210951bf0SAlexey Dobriyanconfig AFFS_FS 36d7a19faSKees Cook tristate "Amiga FFS file system support" 46d7a19faSKees Cook depends on BLOCK 5*925c86a1SChristoph Hellwig select BUFFER_HEAD 69636e650SChristoph Hellwig select LEGACY_DIRECT_IO 710951bf0SAlexey Dobriyan help 810951bf0SAlexey Dobriyan The Fast File System (FFS) is the common file system used on hard 910951bf0SAlexey Dobriyan disks by Amiga(tm) systems since AmigaOS Version 1.3 (34.20). Say Y 1010951bf0SAlexey Dobriyan if you want to be able to read and write files from and to an Amiga 1110951bf0SAlexey Dobriyan FFS partition on your hard drive. Amiga floppies however cannot be 1210951bf0SAlexey Dobriyan read with this driver due to an incompatibility of the floppy 1310951bf0SAlexey Dobriyan controller used in an Amiga and the standard floppy controller in 140c1bc6b8SMauro Carvalho Chehab PCs and workstations. Read <file:Documentation/filesystems/affs.rst> 1510951bf0SAlexey Dobriyan and <file:fs/affs/Changes>. 1610951bf0SAlexey Dobriyan 1710951bf0SAlexey Dobriyan With this driver you can also mount disk files used by Bernd 1810951bf0SAlexey Dobriyan Schmidt's Un*X Amiga Emulator 1910951bf0SAlexey Dobriyan (<http://www.freiburg.linux.de/~uae/>). 2010951bf0SAlexey Dobriyan If you want to do this, you will also need to say Y or M to "Loop 2110951bf0SAlexey Dobriyan device support", above. 2210951bf0SAlexey Dobriyan 2310951bf0SAlexey Dobriyan To compile this file system support as a module, choose M here: the 2410951bf0SAlexey Dobriyan module will be called affs. If unsure, say N. 25