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