xref: /linux/fs/affs/Kconfig (revision 6d7a19fa747320e2bbe69736cfe9394492cb57f0)
110951bf0SAlexey Dobriyanconfig AFFS_FS
2*6d7a19faSKees Cook	tristate "Amiga FFS file system support"
3*6d7a19faSKees Cook	depends on BLOCK
410951bf0SAlexey Dobriyan	help
510951bf0SAlexey Dobriyan	  The Fast File System (FFS) is the common file system used on hard
610951bf0SAlexey Dobriyan	  disks by Amiga(tm) systems since AmigaOS Version 1.3 (34.20).  Say Y
710951bf0SAlexey Dobriyan	  if you want to be able to read and write files from and to an Amiga
810951bf0SAlexey Dobriyan	  FFS partition on your hard drive.  Amiga floppies however cannot be
910951bf0SAlexey Dobriyan	  read with this driver due to an incompatibility of the floppy
1010951bf0SAlexey Dobriyan	  controller used in an Amiga and the standard floppy controller in
1110951bf0SAlexey Dobriyan	  PCs and workstations. Read <file:Documentation/filesystems/affs.txt>
1210951bf0SAlexey Dobriyan	  and <file:fs/affs/Changes>.
1310951bf0SAlexey Dobriyan
1410951bf0SAlexey Dobriyan	  With this driver you can also mount disk files used by Bernd
1510951bf0SAlexey Dobriyan	  Schmidt's Un*X Amiga Emulator
1610951bf0SAlexey Dobriyan	  (<http://www.freiburg.linux.de/~uae/>).
1710951bf0SAlexey Dobriyan	  If you want to do this, you will also need to say Y or M to "Loop
1810951bf0SAlexey Dobriyan	  device support", above.
1910951bf0SAlexey Dobriyan
2010951bf0SAlexey Dobriyan	  To compile this file system support as a module, choose M here: the
2110951bf0SAlexey Dobriyan	  module will be called affs.  If unsure, say N.
22