diff options
| -rw-r--r-- | procps/Config.in | 21 |
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 | ||
| 14 | if CONFIG_KILLALL | 14 | config CONFIG_KILL |
| 15 | config CONFIG_KILL | 15 | default y |
| 16 | default y | 16 | |
| 17 | comment "kill (forced enabled for killall)" | 17 | config CONFIG_KILL |
| 18 | endif | 18 | bool "kill" |
| 19 | if !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. | ||
| 25 | endif | ||
| 26 | 23 | ||
| 27 | config CONFIG_KILLALL | 24 | config CONFIG_KILLALL |
| 28 | bool "killall" | 25 | bool "killall" |
