aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--procps/Config.in21
1 files changed, 9 insertions, 12 deletions
diff --git a/procps/Config.in b/procps/Config.in
index dc8c2f22e..666364385 100644
--- a/procps/Config.in
+++ b/procps/Config.in
@@ -11,18 +11,15 @@ config CONFIG_FREE
11 help 11 help
12 Please submit a patch to add help text for this item. 12 Please submit a patch to add help text for this item.
13 13
14if CONFIG_KILLALL 14config CONFIG_KILL
15 config CONFIG_KILL 15 default y
16 default y 16
17 comment "kill (forced enabled for killall)" 17config CONFIG_KILL
18endif 18 bool "kill"
19if !CONFIG_KILLALL 19 default n
20 config CONFIG_KILL 20 depends on CONFIG_KILL
21 bool "kill" 21 help
22 default n 22 Please submit a patch to add help text for this item.
23 help
24 Please submit a patch to add help text for this item.
25endif
26 23
27config CONFIG_KILLALL 24config CONFIG_KILLALL
28 bool "killall" 25 bool "killall"