Do the dumb/obvious thing for the killall->kill dependancy

This commit is contained in:
Eric Andersen 2002-12-06 21:44:50 +00:00
parent 27e99c8f09
commit 110ee23515

View File

@ -11,18 +11,15 @@ config CONFIG_FREE
help help
Please submit a patch to add help text for this item. Please submit a patch to add help text for this item.
if CONFIG_KILLALL config CONFIG_KILL
config CONFIG_KILL default y
default y
comment "kill (forced enabled for killall)" config CONFIG_KILL
endif bool "kill"
if !CONFIG_KILLALL default n
config CONFIG_KILL depends on CONFIG_KILL
bool "kill" help
default n Please submit a patch to add help text for this item.
help
Please submit a patch to add help text for this item.
endif
config CONFIG_KILLALL config CONFIG_KILLALL
bool "killall" bool "killall"