aboutsummaryrefslogtreecommitdiff
path: root/findutils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'findutils/Config.in')
-rw-r--r--findutils/Config.in10
1 files changed, 9 insertions, 1 deletions
diff --git a/findutils/Config.in b/findutils/Config.in
index 3c28ec03a..050fe901d 100644
--- a/findutils/Config.in
+++ b/findutils/Config.in
@@ -17,7 +17,15 @@ config CONFIG_FEATURE_FIND_MTIME
depends on CONFIG_FIND
help
Allow searching based on the modification time of
- files.
+ files, in days.
+
+config CONFIG_FEATURE_FIND_MMIN
+ bool " Enable modified time matching (-min) option"
+ default y
+ depends on CONFIG_FIND
+ help
+ Allow searching based on the modification time of
+ files, in minutes.
config CONFIG_FEATURE_FIND_PERM
bool " Enable permissions matching (-perm) option"