xref: /openbmc/linux/fs/adfs/Kconfig (revision 925c86a1)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2bc2de2aeSAlexey Dobriyanconfig ADFS_FS
3acd4fd07SKees Cook	tristate "ADFS file system support"
4acd4fd07SKees Cook	depends on BLOCK
5*925c86a1SChristoph Hellwig	select BUFFER_HEAD
6bc2de2aeSAlexey Dobriyan	help
7bc2de2aeSAlexey Dobriyan	  The Acorn Disc Filing System is the standard file system of the
8bc2de2aeSAlexey Dobriyan	  RiscOS operating system which runs on Acorn's ARM-based Risc PC
9bc2de2aeSAlexey Dobriyan	  systems and the Acorn Archimedes range of machines. If you say Y
10bc2de2aeSAlexey Dobriyan	  here, Linux will be able to read from ADFS partitions on hard drives
11bc2de2aeSAlexey Dobriyan	  and from ADFS-formatted floppy discs. If you also want to be able to
12bc2de2aeSAlexey Dobriyan	  write to those devices, say Y to "ADFS write support" below.
13bc2de2aeSAlexey Dobriyan
14bc2de2aeSAlexey Dobriyan	  The ADFS partition should be the first partition (i.e.,
15bc2de2aeSAlexey Dobriyan	  /dev/[hs]d?1) on each of your drives. Please read the file
160c1bc6b8SMauro Carvalho Chehab	  <file:Documentation/filesystems/adfs.rst> for further details.
17bc2de2aeSAlexey Dobriyan
18bc2de2aeSAlexey Dobriyan	  To compile this code as a module, choose M here: the module will be
19bc2de2aeSAlexey Dobriyan	  called adfs.
20bc2de2aeSAlexey Dobriyan
21bc2de2aeSAlexey Dobriyan	  If unsure, say N.
22bc2de2aeSAlexey Dobriyan
23bc2de2aeSAlexey Dobriyanconfig ADFS_FS_RW
24bc2de2aeSAlexey Dobriyan	bool "ADFS write support (DANGEROUS)"
25bc2de2aeSAlexey Dobriyan	depends on ADFS_FS
26bc2de2aeSAlexey Dobriyan	help
27bc2de2aeSAlexey Dobriyan	  If you say Y here, you will be able to write to ADFS partitions on
28bc2de2aeSAlexey Dobriyan	  hard drives and ADFS-formatted floppy disks. This is experimental
29bc2de2aeSAlexey Dobriyan	  codes, so if you're unsure, say N.
30