diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-12-06 21:44:50 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-12-06 21:44:50 +0000 |
commit | 110ee23515a0a8c81c5eca7dad06e552b1b89660 (patch) | |
tree | b9ccdca7d1093c3861e82594b55bb61adcf1e266 /procps/Config.in | |
parent | 27e99c8f092a1d07297b3b06bada7af428cc5e95 (diff) |
Do the dumb/obvious thing for the killall->kill dependancy
Diffstat (limited to 'procps/Config.in')
-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 help Please submit a patch to add help text for this item. -if CONFIG_KILLALL - config CONFIG_KILL - default y - comment "kill (forced enabled for killall)" -endif -if !CONFIG_KILLALL - config CONFIG_KILL - bool "kill" - default n - help - Please submit a patch to add help text for this item. -endif +config CONFIG_KILL + default y + +config CONFIG_KILL + bool "kill" + default n + depends on CONFIG_KILL + help + Please submit a patch to add help text for this item. config CONFIG_KILLALL bool "killall" |