config: disentangle PREFER_APPLETS from SH_STANDALONE and SH_NOFORK
[oweals/busybox.git] / shell / Config.src
index b31e62ddac3ae76b8322baf4c2d17ae9afe6dd3a..e4df35973c1f01d3d550a6dc78cf01b9dfc2c016 100644 (file)
@@ -88,7 +88,7 @@ config FEATURE_SH_EXTRA_QUIET
 config FEATURE_SH_STANDALONE
        bool "Standalone shell"
        default n
-       depends on (HUSH || ASH) && FEATURE_PREFER_APPLETS
+       depends on (HUSH || ASH)
        help
          This option causes busybox shells to use busybox applets
          in preference to executables in the PATH whenever possible. For
@@ -121,7 +121,7 @@ config FEATURE_SH_STANDALONE
 config FEATURE_SH_NOFORK
        bool "Run 'nofork' applets directly"
        default n
-       depends on (HUSH || ASH) && FEATURE_PREFER_APPLETS
+       depends on (HUSH || ASH)
        help
          This option causes busybox shells to not execute typical
          fork/exec/wait sequence, but call <applet>_main directly,