mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 06:07:00 +00:00
Do the dumb/obvious thing for the killall->kill dependancy
This commit is contained in:
parent
27e99c8f09
commit
110ee23515
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user