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
ddfaccd995b2d (Alexey Dobriyan       2009-01-22 10:35:21 +0300  2) config ISO9660_FS
ddfaccd995b2d (Alexey Dobriyan       2009-01-22 10:35:21 +0300  3) 	tristate "ISO 9660 CDROM file system support"
ddfaccd995b2d (Alexey Dobriyan       2009-01-22 10:35:21 +0300  4) 	help
ddfaccd995b2d (Alexey Dobriyan       2009-01-22 10:35:21 +0300  5) 	  This is the standard file system used on CD-ROMs.  It was previously
ddfaccd995b2d (Alexey Dobriyan       2009-01-22 10:35:21 +0300  6) 	  known as "High Sierra File System" and is called "hsfs" on other
ddfaccd995b2d (Alexey Dobriyan       2009-01-22 10:35:21 +0300  7) 	  Unix systems.  The so-called Rock-Ridge extensions which allow for
ddfaccd995b2d (Alexey Dobriyan       2009-01-22 10:35:21 +0300  8) 	  long Unix filenames and symbolic links are also supported by this
ddfaccd995b2d (Alexey Dobriyan       2009-01-22 10:35:21 +0300  9) 	  driver.  If you have a CD-ROM drive and want to do more with it than
ddfaccd995b2d (Alexey Dobriyan       2009-01-22 10:35:21 +0300 10) 	  just listen to audio CDs and watch its LEDs, say Y (and read
0c1bc6b84525b (Mauro Carvalho Chehab 2020-04-14 18:48:37 +0200 11) 	  <file:Documentation/filesystems/isofs.rst> and the CD-ROM-HOWTO,
ddfaccd995b2d (Alexey Dobriyan       2009-01-22 10:35:21 +0300 12) 	  available from <http://www.tldp.org/docs.html#howto>), thereby
ddfaccd995b2d (Alexey Dobriyan       2009-01-22 10:35:21 +0300 13) 	  enlarging your kernel by about 27 KB; otherwise say N.
ddfaccd995b2d (Alexey Dobriyan       2009-01-22 10:35:21 +0300 14) 
ddfaccd995b2d (Alexey Dobriyan       2009-01-22 10:35:21 +0300 15) 	  To compile this file system support as a module, choose M here: the
ddfaccd995b2d (Alexey Dobriyan       2009-01-22 10:35:21 +0300 16) 	  module will be called isofs.
ddfaccd995b2d (Alexey Dobriyan       2009-01-22 10:35:21 +0300 17) 
ddfaccd995b2d (Alexey Dobriyan       2009-01-22 10:35:21 +0300 18) config JOLIET
ddfaccd995b2d (Alexey Dobriyan       2009-01-22 10:35:21 +0300 19) 	bool "Microsoft Joliet CDROM extensions"
ddfaccd995b2d (Alexey Dobriyan       2009-01-22 10:35:21 +0300 20) 	depends on ISO9660_FS
ddfaccd995b2d (Alexey Dobriyan       2009-01-22 10:35:21 +0300 21) 	select NLS
ddfaccd995b2d (Alexey Dobriyan       2009-01-22 10:35:21 +0300 22) 	help
ddfaccd995b2d (Alexey Dobriyan       2009-01-22 10:35:21 +0300 23) 	  Joliet is a Microsoft extension for the ISO 9660 CD-ROM file system
ddfaccd995b2d (Alexey Dobriyan       2009-01-22 10:35:21 +0300 24) 	  which allows for long filenames in unicode format (unicode is the
ddfaccd995b2d (Alexey Dobriyan       2009-01-22 10:35:21 +0300 25) 	  new 16 bit character code, successor to ASCII, which encodes the
ddfaccd995b2d (Alexey Dobriyan       2009-01-22 10:35:21 +0300 26) 	  characters of almost all languages of the world; see
ddfaccd995b2d (Alexey Dobriyan       2009-01-22 10:35:21 +0300 27) 	  <http://www.unicode.org/> for more information).  Say Y here if you
ddfaccd995b2d (Alexey Dobriyan       2009-01-22 10:35:21 +0300 28) 	  want to be able to read Joliet CD-ROMs under Linux.
ddfaccd995b2d (Alexey Dobriyan       2009-01-22 10:35:21 +0300 29) 
ddfaccd995b2d (Alexey Dobriyan       2009-01-22 10:35:21 +0300 30) config ZISOFS
ddfaccd995b2d (Alexey Dobriyan       2009-01-22 10:35:21 +0300 31) 	bool "Transparent decompression extension"
ddfaccd995b2d (Alexey Dobriyan       2009-01-22 10:35:21 +0300 32) 	depends on ISO9660_FS
ddfaccd995b2d (Alexey Dobriyan       2009-01-22 10:35:21 +0300 33) 	select ZLIB_INFLATE
ddfaccd995b2d (Alexey Dobriyan       2009-01-22 10:35:21 +0300 34) 	help
ddfaccd995b2d (Alexey Dobriyan       2009-01-22 10:35:21 +0300 35) 	  This is a Linux-specific extension to RockRidge which lets you store
ddfaccd995b2d (Alexey Dobriyan       2009-01-22 10:35:21 +0300 36) 	  data in compressed form on a CD-ROM and have it transparently
ddfaccd995b2d (Alexey Dobriyan       2009-01-22 10:35:21 +0300 37) 	  decompressed when the CD-ROM is accessed.  See
ddfaccd995b2d (Alexey Dobriyan       2009-01-22 10:35:21 +0300 38) 	  <http://www.kernel.org/pub/linux/utils/fs/zisofs/> for the tools
ddfaccd995b2d (Alexey Dobriyan       2009-01-22 10:35:21 +0300 39) 	  necessary to create such a filesystem.  Say Y here if you want to be
ddfaccd995b2d (Alexey Dobriyan       2009-01-22 10:35:21 +0300 40) 	  able to read such compressed CD-ROMs.