18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 28c2ecf20Sopenharmony_ciconfig ADFS_FS 38c2ecf20Sopenharmony_ci tristate "ADFS file system support" 48c2ecf20Sopenharmony_ci depends on BLOCK 58c2ecf20Sopenharmony_ci help 68c2ecf20Sopenharmony_ci The Acorn Disc Filing System is the standard file system of the 78c2ecf20Sopenharmony_ci RiscOS operating system which runs on Acorn's ARM-based Risc PC 88c2ecf20Sopenharmony_ci systems and the Acorn Archimedes range of machines. If you say Y 98c2ecf20Sopenharmony_ci here, Linux will be able to read from ADFS partitions on hard drives 108c2ecf20Sopenharmony_ci and from ADFS-formatted floppy discs. If you also want to be able to 118c2ecf20Sopenharmony_ci write to those devices, say Y to "ADFS write support" below. 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ci The ADFS partition should be the first partition (i.e., 148c2ecf20Sopenharmony_ci /dev/[hs]d?1) on each of your drives. Please read the file 158c2ecf20Sopenharmony_ci <file:Documentation/filesystems/adfs.rst> for further details. 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_ci To compile this code as a module, choose M here: the module will be 188c2ecf20Sopenharmony_ci called adfs. 198c2ecf20Sopenharmony_ci 208c2ecf20Sopenharmony_ci If unsure, say N. 218c2ecf20Sopenharmony_ci 228c2ecf20Sopenharmony_ciconfig ADFS_FS_RW 238c2ecf20Sopenharmony_ci bool "ADFS write support (DANGEROUS)" 248c2ecf20Sopenharmony_ci depends on ADFS_FS 258c2ecf20Sopenharmony_ci help 268c2ecf20Sopenharmony_ci If you say Y here, you will be able to write to ADFS partitions on 278c2ecf20Sopenharmony_ci hard drives and ADFS-formatted floppy disks. This is experimental 288c2ecf20Sopenharmony_ci codes, so if you're unsure, say N. 29