summaryrefslogtreecommitdiffstats
path: root/rules/timeout.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/timeout.in')
-rw-r--r--rules/timeout.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/timeout.in b/rules/timeout.in
index f8327cd7e..76a5d87a4 100644
--- a/rules/timeout.in
+++ b/rules/timeout.in
@@ -3,7 +3,11 @@
config TIMEOUT
tristate
prompt "timeout"
+ depends on !BUSYBOX_TIMEOUT || ALLYES
help
timeout executes a command and imposes an elapsed time
limit. When the time limit is reached, timeout sends a
predefined signal to the target process.
+
+comment "BusyBox' timeout is selected!"
+ depends on BUSYBOX_TIMEOUT