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