bc: convert to "G trick" - this returns bc to zero bss increase
[oweals/busybox.git] / Config.in
index 51ff01ef4a933d1b9342e44d56a97e2b1e7c7b0c..01680af1f3b02737bb64ff4f13ce9f52e89f63b2 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -1,6 +1,6 @@
 #
 # For a description of the syntax of this configuration file,
-# see scripts/kbuild/config-language.txt.
+# see docs/Kconfig-language.txt.
 #
 
 mainmenu "Configuration"
@@ -178,6 +178,11 @@ config BUSYBOX
 
        Running "busybox APPLET [ARGS...]" will still work, of course.
 
+config FEATURE_SHOW_SCRIPT
+       bool "Support --show SCRIPT"
+       default y
+       depends on BUSYBOX
+
 config FEATURE_INSTALLER
        bool "Support --install [-s] to install applet links at runtime"
        default y