xref: /linux/fs/minix/Kconfig (revision a687a5337063af99ebd0eebaa6f4b4cf2e07c21b)
18b1cd7d3SAlexey Dobriyanconfig MINIX_FS
28b1cd7d3SAlexey Dobriyan	tristate "Minix file system support"
38b1cd7d3SAlexey Dobriyan	depends on BLOCK
48b1cd7d3SAlexey Dobriyan	help
58b1cd7d3SAlexey Dobriyan	  Minix is a simple operating system used in many classes about OS's.
68b1cd7d3SAlexey Dobriyan	  The minix file system (method to organize files on a hard disk
78b1cd7d3SAlexey Dobriyan	  partition or a floppy disk) was the original file system for Linux,
88b1cd7d3SAlexey Dobriyan	  but has been superseded by the second extended file system ext2fs.
98b1cd7d3SAlexey Dobriyan	  You don't want to use the minix file system on your hard disk
108b1cd7d3SAlexey Dobriyan	  because of certain built-in restrictions, but it is sometimes found
118b1cd7d3SAlexey Dobriyan	  on older Linux floppy disks.  This option will enlarge your kernel
128b1cd7d3SAlexey Dobriyan	  by about 28 KB. If unsure, say N.
138b1cd7d3SAlexey Dobriyan
148b1cd7d3SAlexey Dobriyan	  To compile this file system support as a module, choose M here: the
158b1cd7d3SAlexey Dobriyan	  module will be called minix.  Note that the file system of your root
168b1cd7d3SAlexey Dobriyan	  partition (the one containing the directory /) cannot be compiled as
178b1cd7d3SAlexey Dobriyan	  a module.
1861f2e7b0SAkinobu Mita
1961f2e7b0SAkinobu Mitaconfig MINIX_FS_NATIVE_ENDIAN
2061f2e7b0SAkinobu Mita	def_bool MINIX_FS
21*a687a533SArnd Bergmann	depends on MICROBLAZE || MIPS || S390 || SUPERH || SPARC || XTENSA || (M68K && !MMU)
2261f2e7b0SAkinobu Mita
2361f2e7b0SAkinobu Mitaconfig MINIX_FS_BIG_ENDIAN_16BIT_INDEXED
2461f2e7b0SAkinobu Mita	def_bool MINIX_FS
2561f2e7b0SAkinobu Mita	depends on M68K && MMU
26