18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
28c2ecf20Sopenharmony_ciconfig AFFS_FS
38c2ecf20Sopenharmony_ci	tristate "Amiga FFS file system support"
48c2ecf20Sopenharmony_ci	depends on BLOCK
58c2ecf20Sopenharmony_ci	help
68c2ecf20Sopenharmony_ci	  The Fast File System (FFS) is the common file system used on hard
78c2ecf20Sopenharmony_ci	  disks by Amiga(tm) systems since AmigaOS Version 1.3 (34.20).  Say Y
88c2ecf20Sopenharmony_ci	  if you want to be able to read and write files from and to an Amiga
98c2ecf20Sopenharmony_ci	  FFS partition on your hard drive.  Amiga floppies however cannot be
108c2ecf20Sopenharmony_ci	  read with this driver due to an incompatibility of the floppy
118c2ecf20Sopenharmony_ci	  controller used in an Amiga and the standard floppy controller in
128c2ecf20Sopenharmony_ci	  PCs and workstations. Read <file:Documentation/filesystems/affs.rst>
138c2ecf20Sopenharmony_ci	  and <file:fs/affs/Changes>.
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ci	  With this driver you can also mount disk files used by Bernd
168c2ecf20Sopenharmony_ci	  Schmidt's Un*X Amiga Emulator
178c2ecf20Sopenharmony_ci	  (<http://www.freiburg.linux.de/~uae/>).
188c2ecf20Sopenharmony_ci	  If you want to do this, you will also need to say Y or M to "Loop
198c2ecf20Sopenharmony_ci	  device support", above.
208c2ecf20Sopenharmony_ci
218c2ecf20Sopenharmony_ci	  To compile this file system support as a module, choose M here: the
228c2ecf20Sopenharmony_ci	  module will be called affs.  If unsure, say N.
23