~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/fs/fat/Kconfig

Version: ~ [ linux-6.11.5 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.58 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.114 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.169 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.228 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.284 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.322 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /fs/fat/Kconfig (Version linux-6.11.5) and /fs/fat/Kconfig (Version linux-6.3.13)


  1 # SPDX-License-Identifier: GPL-2.0-only             1 # SPDX-License-Identifier: GPL-2.0-only
  2 config FAT_FS                                       2 config FAT_FS
  3         tristate                                    3         tristate
  4         select BUFFER_HEAD                     << 
  5         select NLS                                  4         select NLS
  6         select LEGACY_DIRECT_IO                     5         select LEGACY_DIRECT_IO
  7         help                                        6         help
  8           If you want to use one of the FAT-ba      7           If you want to use one of the FAT-based file systems (the MS-DOS and
  9           VFAT (Windows 95) file systems), the      8           VFAT (Windows 95) file systems), then you must say Y or M here
 10           to include FAT support. You will the      9           to include FAT support. You will then be able to mount partitions or
 11           diskettes with FAT-based file system     10           diskettes with FAT-based file systems and transparently access the
 12           files on them, i.e. MSDOS files will     11           files on them, i.e. MSDOS files will look and behave just like all
 13           other Unix files.                        12           other Unix files.
 14                                                    13 
 15           This FAT support is not a file syste     14           This FAT support is not a file system in itself, it only provides
 16           the foundation for the other file sy     15           the foundation for the other file systems. You will have to say Y or
 17           M to at least one of "MSDOS fs suppo     16           M to at least one of "MSDOS fs support" or "VFAT fs support" in
 18           order to make use of it.                 17           order to make use of it.
 19                                                    18 
 20           Another way to read and write MSDOS      19           Another way to read and write MSDOS floppies and hard drive
 21           partitions from within Linux (but no     20           partitions from within Linux (but not transparently) is with the
 22           mtools ("man mtools") program suite.     21           mtools ("man mtools") program suite. You don't need to say Y here in
 23           order to do that.                        22           order to do that.
 24                                                    23 
 25           If you need to move large files on f     24           If you need to move large files on floppies between a DOS and a
 26           Linux box, say Y here, mount the flo     25           Linux box, say Y here, mount the floppy under Linux with an MSDOS
 27           file system and use GNU tar's M opti     26           file system and use GNU tar's M option. GNU tar is a program
 28           available for Unix and DOS ("man tar     27           available for Unix and DOS ("man tar" or "info tar").
 29                                                    28 
 30           The FAT support will enlarge your ke     29           The FAT support will enlarge your kernel by about 37 KB. If unsure,
 31           say Y.                                   30           say Y.
 32                                                    31 
 33           To compile this as a module, choose      32           To compile this as a module, choose M here: the module will be called
 34           fat.  Note that if you compile the F     33           fat.  Note that if you compile the FAT support as a module, you
 35           cannot compile any of the FAT-based      34           cannot compile any of the FAT-based file systems into the kernel
 36           -- they will have to be modules as w     35           -- they will have to be modules as well.
 37                                                    36 
 38 config MSDOS_FS                                    37 config MSDOS_FS
 39         tristate "MSDOS fs support"                38         tristate "MSDOS fs support"
 40         select FAT_FS                              39         select FAT_FS
 41         help                                       40         help
 42           This allows you to mount MSDOS parti     41           This allows you to mount MSDOS partitions of your hard drive (unless
 43           they are compressed; to access compr     42           they are compressed; to access compressed MSDOS partitions under
 44           Linux, you can either use the DOS em     43           Linux, you can either use the DOS emulator DOSEMU, described in the
 45           DOSEMU-HOWTO, available from             44           DOSEMU-HOWTO, available from
 46           <https://www.tldp.org/docs.html#howt     45           <https://www.tldp.org/docs.html#howto>, or try dmsdosfs in
 47           <ftp://ibiblio.org/pub/Linux/system/     46           <ftp://ibiblio.org/pub/Linux/system/filesystems/dosfs/>. If you
 48           intend to use dosemu with a non-comp     47           intend to use dosemu with a non-compressed MSDOS partition, say Y
 49           here) and MSDOS floppies. This means     48           here) and MSDOS floppies. This means that file access becomes
 50           transparent, i.e. the MSDOS files lo     49           transparent, i.e. the MSDOS files look and behave just like all
 51           other Unix files.                        50           other Unix files.
 52                                                    51 
 53           If you have Windows 95 or Windows NT     52           If you have Windows 95 or Windows NT installed on your MSDOS
 54           partitions, you should use the VFAT      53           partitions, you should use the VFAT file system (say Y to "VFAT fs
 55           support" below), or you will not be      54           support" below), or you will not be able to see the long filenames
 56           generated by Windows 95 / Windows NT     55           generated by Windows 95 / Windows NT.
 57                                                    56 
 58           This option will enlarge your kernel     57           This option will enlarge your kernel by about 7 KB. If unsure,
 59           answer Y. This will only work if you     58           answer Y. This will only work if you said Y to "DOS FAT fs support"
 60           as well. To compile this as a module     59           as well. To compile this as a module, choose M here: the module will
 61           be called msdos.                         60           be called msdos.
 62                                                    61 
 63 config VFAT_FS                                     62 config VFAT_FS
 64         tristate "VFAT (Windows-95) fs support     63         tristate "VFAT (Windows-95) fs support"
 65         select FAT_FS                              64         select FAT_FS
 66         help                                       65         help
 67           This option provides support for nor     66           This option provides support for normal Windows file systems with
 68           long filenames.  That includes non-c     67           long filenames.  That includes non-compressed FAT-based file systems
 69           used by Windows 95, Windows 98, Wind     68           used by Windows 95, Windows 98, Windows NT 4.0, and the Unix
 70           programs from the mtools package.        69           programs from the mtools package.
 71                                                    70 
 72           The VFAT support enlarges your kerne     71           The VFAT support enlarges your kernel by about 10 KB and it only
 73           works if you said Y to the "DOS FAT      72           works if you said Y to the "DOS FAT fs support" above.  Please read
 74           the file <file:Documentation/filesys     73           the file <file:Documentation/filesystems/vfat.rst> for details.  If
 75           unsure, say Y.                           74           unsure, say Y.
 76                                                    75 
 77           To compile this as a module, choose      76           To compile this as a module, choose M here: the module will be called
 78           vfat.                                    77           vfat.
 79                                                    78 
 80 config FAT_DEFAULT_CODEPAGE                        79 config FAT_DEFAULT_CODEPAGE
 81         int "Default codepage for FAT"             80         int "Default codepage for FAT"
 82         depends on FAT_FS                          81         depends on FAT_FS
 83         default 437                                82         default 437
 84         help                                       83         help
 85           This option should be set to the cod     84           This option should be set to the codepage of your FAT filesystems.
 86           It can be overridden with the "codep     85           It can be overridden with the "codepage" mount option.
 87           See <file:Documentation/filesystems/     86           See <file:Documentation/filesystems/vfat.rst> for more information.
 88                                                    87 
 89 config FAT_DEFAULT_IOCHARSET                       88 config FAT_DEFAULT_IOCHARSET
 90         string "Default iocharset for FAT"         89         string "Default iocharset for FAT"
 91         depends on VFAT_FS                         90         depends on VFAT_FS
 92         default "iso8859-1"                        91         default "iso8859-1"
 93         help                                       92         help
 94           Set this to the default input/output     93           Set this to the default input/output character set you'd
 95           like FAT to use. It should probably      94           like FAT to use. It should probably match the character set
 96           that most of your FAT filesystems us     95           that most of your FAT filesystems use, and can be overridden
 97           with the "iocharset" mount option fo     96           with the "iocharset" mount option for FAT filesystems.
 98           Note that "utf8" is not recommended      97           Note that "utf8" is not recommended for FAT filesystems.
 99           If unsure, you shouldn't set "utf8"      98           If unsure, you shouldn't set "utf8" here - select the next option
100           instead if you would like to use UTF     99           instead if you would like to use UTF-8 encoded file names by default.
101           See <file:Documentation/filesystems/    100           See <file:Documentation/filesystems/vfat.rst> for more information.
102                                                   101 
103           Enable any character sets you need i    102           Enable any character sets you need in File Systems/Native Language
104           Support.                                103           Support.
105                                                   104 
106 config FAT_DEFAULT_UTF8                           105 config FAT_DEFAULT_UTF8
107         bool "Enable FAT UTF-8 option by defau    106         bool "Enable FAT UTF-8 option by default"
108         depends on VFAT_FS                        107         depends on VFAT_FS
109         default n                                 108         default n
110         help                                      109         help
111           Set this if you would like to have "    110           Set this if you would like to have "utf8" mount option set
112           by default when mounting FAT filesys    111           by default when mounting FAT filesystems.
113                                                   112 
114           Even if you say Y here can always di    113           Even if you say Y here can always disable UTF-8 for
115           particular mount by adding "utf8=0"     114           particular mount by adding "utf8=0" to mount options.
116                                                   115 
117           Say Y if you use UTF-8 encoding for     116           Say Y if you use UTF-8 encoding for file names, N otherwise.
118                                                   117 
119           See <file:Documentation/filesystems/    118           See <file:Documentation/filesystems/vfat.rst> for more information.
120                                                   119 
121 config FAT_KUNIT_TEST                             120 config FAT_KUNIT_TEST
122         tristate "Unit Tests for FAT filesyste    121         tristate "Unit Tests for FAT filesystems" if !KUNIT_ALL_TESTS
123         depends on KUNIT && FAT_FS                122         depends on KUNIT && FAT_FS
124         default KUNIT_ALL_TESTS                   123         default KUNIT_ALL_TESTS
125         help                                      124         help
126           This builds the FAT KUnit tests         125           This builds the FAT KUnit tests
127                                                   126 
128           For more information on KUnit and un    127           For more information on KUnit and unit tests in general, please refer
129           to the KUnit documentation in Docume    128           to the KUnit documentation in Documentation/dev-tools/kunit
130                                                   129 
131           If unsure, say N                        130           If unsure, say N
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php