0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config MINIX_FS
0003 tristate "Minix file system support"
0004 depends on BLOCK
0005 help
0006 Minix is a simple operating system used in many classes about OS's.
0007 The minix file system (method to organize files on a hard disk
0008 partition or a floppy disk) was the original file system for Linux,
0009 but has been superseded by the second extended file system ext2fs.
0010 You don't want to use the minix file system on your hard disk
0011 because of certain built-in restrictions, but it is sometimes found
0012 on older Linux floppy disks. This option will enlarge your kernel
0013 by about 28 KB. If unsure, say N.
0014
0015 To compile this file system support as a module, choose M here: the
0016 module will be called minix. Note that the file system of your root
0017 partition (the one containing the directory /) cannot be compiled as
0018 a module.
0019
0020 config MINIX_FS_NATIVE_ENDIAN
0021 def_bool MINIX_FS
0022 depends on MICROBLAZE || MIPS || S390 || SUPERH || SPARC || XTENSA || (M68K && !MMU)
0023
0024 config MINIX_FS_BIG_ENDIAN_16BIT_INDEXED
0025 def_bool MINIX_FS
0026 depends on M68K && MMU