aboutsummaryrefslogtreecommitdiff
path: root/findutils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'findutils/Config.in')
-rw-r--r--findutils/Config.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/findutils/Config.in b/findutils/Config.in
index 42400ffb8..7cfcf2fa4 100644
--- a/findutils/Config.in
+++ b/findutils/Config.in
@@ -39,6 +39,21 @@ config CONFIG_FEATURE_FIND_XDEV
help
Please submit a patch to add help text for this item.
+config CONFIG_FEATURE_FIND_NEWER
+ bool " Enable -newer option for comparing file mtimes"
+ default y
+ depends on CONFIG_FIND
+ help
+ Support the 'find -newer' option for finding any files which have
+ a modified time that is more recent than the specified FILE.
+
+config CONFIG_FEATURE_FIND_INUM
+ bool " Enable inode number matching (-inum) option"
+ default y
+ depends on CONFIG_FIND
+ help
+ Support the 'fine -inum' option for searching by inode number.
+
config CONFIG_GREP
bool "grep"
default n