Mike Frysinger | d89e5e6 | 2005-04-24 05:15:12 +0000 | [diff] [blame^] | 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 |