blob: a2d9fe8a58b085905642eddb43f680b2bf1bf746 [file] [log] [blame]
Mike Frysingerd89e5e62005-04-24 05:15:12 +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
8config CONFIG_CHATTR
9 bool "chattr"
10 default n
11 help
12 chattr changes the file attributes on a second extended file system.
13
14config CONFIG_LSATTR
15 bool "lsattr"
16 default n
17 help
18 lsattr lists the file attributes on a second extended file system.
19
20endmenu