VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
ec8f24b7faaf3 (Thomas Gleixner       2019-05-19 13:07:45 +0100  1) # SPDX-License-Identifier: GPL-2.0-only
bc2de2ae67177 (Alexey Dobriyan       2009-01-22 10:48:46 +0300  2) config ADFS_FS
acd4fd07d4800 (Kees Cook             2013-01-16 18:54:03 -0800  3) 	tristate "ADFS file system support"
acd4fd07d4800 (Kees Cook             2013-01-16 18:54:03 -0800  4) 	depends on BLOCK
bc2de2ae67177 (Alexey Dobriyan       2009-01-22 10:48:46 +0300  5) 	help
bc2de2ae67177 (Alexey Dobriyan       2009-01-22 10:48:46 +0300  6) 	  The Acorn Disc Filing System is the standard file system of the
bc2de2ae67177 (Alexey Dobriyan       2009-01-22 10:48:46 +0300  7) 	  RiscOS operating system which runs on Acorn's ARM-based Risc PC
bc2de2ae67177 (Alexey Dobriyan       2009-01-22 10:48:46 +0300  8) 	  systems and the Acorn Archimedes range of machines. If you say Y
bc2de2ae67177 (Alexey Dobriyan       2009-01-22 10:48:46 +0300  9) 	  here, Linux will be able to read from ADFS partitions on hard drives
bc2de2ae67177 (Alexey Dobriyan       2009-01-22 10:48:46 +0300 10) 	  and from ADFS-formatted floppy discs. If you also want to be able to
bc2de2ae67177 (Alexey Dobriyan       2009-01-22 10:48:46 +0300 11) 	  write to those devices, say Y to "ADFS write support" below.
bc2de2ae67177 (Alexey Dobriyan       2009-01-22 10:48:46 +0300 12) 
bc2de2ae67177 (Alexey Dobriyan       2009-01-22 10:48:46 +0300 13) 	  The ADFS partition should be the first partition (i.e.,
bc2de2ae67177 (Alexey Dobriyan       2009-01-22 10:48:46 +0300 14) 	  /dev/[hs]d?1) on each of your drives. Please read the file
0c1bc6b84525b (Mauro Carvalho Chehab 2020-04-14 18:48:37 +0200 15) 	  <file:Documentation/filesystems/adfs.rst> for further details.
bc2de2ae67177 (Alexey Dobriyan       2009-01-22 10:48:46 +0300 16) 
bc2de2ae67177 (Alexey Dobriyan       2009-01-22 10:48:46 +0300 17) 	  To compile this code as a module, choose M here: the module will be
bc2de2ae67177 (Alexey Dobriyan       2009-01-22 10:48:46 +0300 18) 	  called adfs.
bc2de2ae67177 (Alexey Dobriyan       2009-01-22 10:48:46 +0300 19) 
bc2de2ae67177 (Alexey Dobriyan       2009-01-22 10:48:46 +0300 20) 	  If unsure, say N.
bc2de2ae67177 (Alexey Dobriyan       2009-01-22 10:48:46 +0300 21) 
bc2de2ae67177 (Alexey Dobriyan       2009-01-22 10:48:46 +0300 22) config ADFS_FS_RW
bc2de2ae67177 (Alexey Dobriyan       2009-01-22 10:48:46 +0300 23) 	bool "ADFS write support (DANGEROUS)"
bc2de2ae67177 (Alexey Dobriyan       2009-01-22 10:48:46 +0300 24) 	depends on ADFS_FS
bc2de2ae67177 (Alexey Dobriyan       2009-01-22 10:48:46 +0300 25) 	help
bc2de2ae67177 (Alexey Dobriyan       2009-01-22 10:48:46 +0300 26) 	  If you say Y here, you will be able to write to ADFS partitions on
bc2de2ae67177 (Alexey Dobriyan       2009-01-22 10:48:46 +0300 27) 	  hard drives and ADFS-formatted floppy disks. This is experimental
bc2de2ae67177 (Alexey Dobriyan       2009-01-22 10:48:46 +0300 28) 	  codes, so if you're unsure, say N.