diff options
Diffstat (limited to 'e2fsprogs/Config.in')
-rw-r--r-- | e2fsprogs/Config.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/e2fsprogs/Config.in b/e2fsprogs/Config.in new file mode 100644 index 000000000..a2d9fe8a5 --- /dev/null +++ b/e2fsprogs/Config.in | |||
@@ -0,0 +1,20 @@ | |||
1 | # | ||
2 | # For a description of the syntax of this configuration file, | ||
3 | # see scripts/kbuild/config-language.txt. | ||
4 | # | ||
5 | |||
6 | menu "Linux Ext2 FS Progs" | ||
7 | |||
8 | config CONFIG_CHATTR | ||
9 | bool "chattr" | ||
10 | default n | ||
11 | help | ||
12 | chattr changes the file attributes on a second extended file system. | ||
13 | |||
14 | config CONFIG_LSATTR | ||
15 | bool "lsattr" | ||
16 | default n | ||
17 | help | ||
18 | lsattr lists the file attributes on a second extended file system. | ||
19 | |||
20 | endmenu | ||