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