Remove duplicate entry for kill
[oweals/busybox.git] / procps / Config.in
index dc8c2f22ea40b91564e09714a75ef6eafee41ef2..bf05f231b2eac4926de74c209cb6de98541a0d54 100644 (file)
@@ -11,18 +11,12 @@ 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
+       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"