2 # For a description of the syntax of this configuration file,
3 # see scripts/kbuild/config-language.txt.
6 menu "Finding Utilities"
12 Please submit a patch to add help text for this item.
14 config CONFIG_FEATURE_FIND_MTIME
15 bool " Enable modified time matching (-mtime) option"
17 depends on CONFIG_FIND
19 Please submit a patch to add help text for this item.
21 config CONFIG_FEATURE_FIND_PERM
22 bool " Enable permissions matching (-perm) option"
24 depends on CONFIG_FIND
26 Please submit a patch to add help text for this item.
28 config CONFIG_FEATURE_FIND_TYPE
29 bool " Enable filetype matching (-type) option"
31 depends on CONFIG_FIND
33 Please submit a patch to add help text for this item.
35 config CONFIG_FEATURE_FIND_XDEV
36 bool " Enable stay in filesystem (-xdev) option"
38 depends on CONFIG_FIND
40 Please submit a patch to add help text for this item.
42 config CONFIG_FEATURE_FIND_NEWER
43 bool " Enable -newer option for comparing file mtimes"
45 depends on CONFIG_FIND
47 Support the 'find -newer' option for finding any files which have
48 a modified time that is more recent than the specified FILE.
50 config CONFIG_FEATURE_FIND_INUM
51 bool " Enable inode number matching (-inum) option"
53 depends on CONFIG_FIND
55 Support the 'fine -inum' option for searching by inode number.
61 Please submit a patch to add help text for this item.
63 config CONFIG_FEATURE_GREP_EGREP_ALIAS
64 bool " Support extended regular expressions (egrep & grep -E)"
66 depends on CONFIG_GREP
68 Please submit a patch to add help text for this item.
70 config CONFIG_FEATURE_GREP_CONTEXT
71 bool " Enable before and after context flags (-A, -B and -C)"
73 depends on CONFIG_GREP
75 Please submit a patch to add help text for this item.
81 Please submit a patch to add help text for this item.