xref: /linux/fs/minix/Kconfig (revision 61f2e7b0f474225b4226772830ae4b29a3a21f8d)
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.
18*61f2e7b0SAkinobu Mita
19*61f2e7b0SAkinobu Mitaconfig MINIX_FS_NATIVE_ENDIAN
20*61f2e7b0SAkinobu Mita	def_bool MINIX_FS
21*61f2e7b0SAkinobu Mita	depends on H8300 || M32R || MICROBLAZE || MIPS || S390 || SUPERH || SPARC || XTENSA || (M68K && !MMU)
22*61f2e7b0SAkinobu Mita
23*61f2e7b0SAkinobu Mitaconfig MINIX_FS_BIG_ENDIAN_16BIT_INDEXED
24*61f2e7b0SAkinobu Mita	def_bool MINIX_FS
25*61f2e7b0SAkinobu Mita	depends on M68K && MMU
26