1# 2# For a description of the syntax of this configuration file, 3# see docs/Kconfig-language.txt. 4# 5 6menu "Linux Ext2 FS Progs" 7 8INSERT 9 10### config E2FSCK 11### bool "e2fsck" 12### default y 13### help 14### e2fsck is used to check Linux second extended file systems (ext2fs). 15### e2fsck also supports ext2 filesystems countaining a journal (ext3). 16### The normal compat symlinks 'fsck.ext2' and 'fsck.ext3' are also 17### provided. 18 19### config MKE2FS 20### bool "mke2fs" 21### default y 22### help 23### mke2fs is used to create an ext2/ext3 filesystem. The normal compat 24### symlinks 'mkfs.ext2' and 'mkfs.ext3' are also provided. 25 26### config E2LABEL 27### bool "e2label" 28### default y 29### depends on TUNE2FS 30### help 31### e2label will display or change the filesystem label on the ext2 32### filesystem located on device. 33 34### NB: this one is now provided by util-linux/volume_id/* 35### config FINDFS 36### bool "findfs" 37### default y 38### depends on TUNE2FS 39### help 40### findfs will search the disks in the system looking for a filesystem 41### which has a label matching label or a UUID equal to uuid. 42 43endmenu 44