^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) config MINIX_FS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) tristate "Minix file system support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) depends on BLOCK
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) Minix is a simple operating system used in many classes about OS's.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) The minix file system (method to organize files on a hard disk
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) partition or a floppy disk) was the original file system for Linux,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) but has been superseded by the second extended file system ext2fs.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) You don't want to use the minix file system on your hard disk
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) because of certain built-in restrictions, but it is sometimes found
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) on older Linux floppy disks. This option will enlarge your kernel
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) by about 28 KB. If unsure, say N.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) To compile this file system support as a module, choose M here: the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) module will be called minix. Note that the file system of your root
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) partition (the one containing the directory /) cannot be compiled as
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) a module.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) config MINIX_FS_NATIVE_ENDIAN
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) def_bool MINIX_FS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) depends on MICROBLAZE || MIPS || S390 || SUPERH || SPARC || XTENSA || (M68K && !MMU)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) config MINIX_FS_BIG_ENDIAN_16BIT_INDEXED
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) def_bool MINIX_FS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) depends on M68K && MMU