blob: 743e1e11ffe95a047085446d7b92a2fd3467215b [file] [log] [blame]
Denis Vlasenkoc4f623e2006-12-26 01:30:59 +00001#
2# For a description of the syntax of this configuration file,
3# see scripts/kbuild/config-language.txt.
4#
5
6menu "Linux Ext2 FS Progs"
7
Denys Vlasenkod70e0e92010-06-08 12:15:11 +02008INSERT
9
Denis Vlasenkoc4f623e2006-12-26 01:30:59 +000010config CHATTR
11 bool "chattr"
Denys Vlasenko2f32bf82010-06-06 04:14:28 +020012 default y
Denis Vlasenkoc4f623e2006-12-26 01:30:59 +000013 help
14 chattr changes the file attributes on a second extended file system.
15
16### config E2FSCK
Denis Vlasenkod25c33f2008-03-17 09:25:05 +000017### bool "e2fsck"
Denys Vlasenko2f32bf82010-06-06 04:14:28 +020018### default y
Denis Vlasenkod25c33f2008-03-17 09:25:05 +000019### help
20### e2fsck is used to check Linux second extended file systems (ext2fs).
21### e2fsck also supports ext2 filesystems countaining a journal (ext3).
22### The normal compat symlinks 'fsck.ext2' and 'fsck.ext3' are also
23### provided.
Denis Vlasenkoc4f623e2006-12-26 01:30:59 +000024
25config FSCK
26 bool "fsck"
Denys Vlasenko2f32bf82010-06-06 04:14:28 +020027 default y
Denis Vlasenkoc4f623e2006-12-26 01:30:59 +000028 help
29 fsck is used to check and optionally repair one or more filesystems.
30 In actuality, fsck is simply a front-end for the various file system
31 checkers (fsck.fstype) available under Linux.
32
33config LSATTR
34 bool "lsattr"
Denys Vlasenko2f32bf82010-06-06 04:14:28 +020035 default y
Denys Vlasenkoe3b1a1f2011-02-26 22:24:08 +010036 select PLATFORM_LINUX
Denis Vlasenkoc4f623e2006-12-26 01:30:59 +000037 help
38 lsattr lists the file attributes on a second extended file system.
39
40### config MKE2FS
Denis Vlasenkod25c33f2008-03-17 09:25:05 +000041### bool "mke2fs"
Denys Vlasenko2f32bf82010-06-06 04:14:28 +020042### default y
Denis Vlasenkod25c33f2008-03-17 09:25:05 +000043### help
Bernhard Reutner-Fischer3e8669f2008-07-22 18:27:53 +000044### mke2fs is used to create an ext2/ext3 filesystem. The normal compat
Denis Vlasenkod25c33f2008-03-17 09:25:05 +000045### symlinks 'mkfs.ext2' and 'mkfs.ext3' are also provided.
Denis Vlasenkoc4f623e2006-12-26 01:30:59 +000046
Denys Vlasenko67743862010-05-09 00:13:40 +020047config TUNE2FS
48 bool "tune2fs"
Denys Vlasenkofb4cb1c2010-07-18 23:02:36 +020049 default n # off: it is too limited compared to upstream version
Denys Vlasenko67743862010-05-09 00:13:40 +020050 help
51 tune2fs allows the system administrator to adjust various tunable
52 filesystem parameters on Linux ext2/ext3 filesystems.
Denis Vlasenkoc4f623e2006-12-26 01:30:59 +000053
54### config E2LABEL
Denis Vlasenkod25c33f2008-03-17 09:25:05 +000055### bool "e2label"
Denys Vlasenko2f32bf82010-06-06 04:14:28 +020056### default y
Denis Vlasenkod25c33f2008-03-17 09:25:05 +000057### depends on TUNE2FS
58### help
59### e2label will display or change the filesystem label on the ext2
60### filesystem located on device.
Denis Vlasenkoc4f623e2006-12-26 01:30:59 +000061
Denis Vlasenkod25c33f2008-03-17 09:25:05 +000062### NB: this one is now provided by util-linux/volume_id/*
Denis Vlasenkoc4f623e2006-12-26 01:30:59 +000063### config FINDFS
Denis Vlasenkod25c33f2008-03-17 09:25:05 +000064### bool "findfs"
Denys Vlasenko2f32bf82010-06-06 04:14:28 +020065### default y
Denis Vlasenkod25c33f2008-03-17 09:25:05 +000066### depends on TUNE2FS
67### help
68### findfs will search the disks in the system looking for a filesystem
69### which has a label matching label or a UUID equal to uuid.
Denis Vlasenkoc4f623e2006-12-26 01:30:59 +000070
71endmenu