claenups for previous commit
[oweals/busybox.git] / coreutils / Config.src
index a35198a3bb48277c2c1b3e616535a58bc1e5213f..1bded03a687aba8250b26b89cfece5385e05a1f9 100644 (file)
@@ -1,27 +1,21 @@
 #
 # For a description of the syntax of this configuration file,
-# see scripts/kbuild/config-language.txt.
+# see docs/Kconfig-language.txt.
 #
 
 menu "Coreutils"
 
 INSERT
 
-####config LENGTH
-####   bool "length"
-####   default y
-####   help
-####     length is used to print out the length of a specified string.
-
 comment "Common options"
 
 config FEATURE_VERBOSE
        bool "Support verbose options (usually -v) for various applets"
        default y
        help
-         Enable cp -v, rm -v and similar messages.
-         Also enables long option (--verbose) if it exists.
-         Without this option, -v is accepted but ignored.
+       Enable cp -v, rm -v and similar messages.
+       Also enables long option (--verbose) if it exists.
+       Without this option, -v is accepted but ignored.
 
 comment "Common options for cp and mv"
        depends on CP || MV
@@ -31,30 +25,16 @@ config FEATURE_PRESERVE_HARDLINKS
        default y
        depends on CP || MV
        help
-         Allow cp and mv to preserve hard links.
-
-comment "Common options for ls, more and telnet"
-       depends on LS || MORE || TELNET
-
-config FEATURE_AUTOWIDTH
-       bool "Calculate terminal & column widths"
-       default y
-       depends on LS || MORE || TELNET
-       help
-         This option allows utilities such as 'ls', 'more' and 'telnet'
-         to determine the width of the screen, which can allow them to
-         display additional text or avoid wrapping text onto the next line.
-         If you leave this disabled, your utilities will be especially
-         primitive and will be unable to determine the current screen width.
+       Allow cp and mv to preserve hard links.
 
 comment "Common options for df, du, ls"
        depends on DF || DU || LS
 
 config FEATURE_HUMAN_READABLE
-       bool "Support for human readable output (example 13k, 23M, 235G)"
+       bool "Support human readable output (example 13k, 23M, 235G)"
        default y
        depends on DF || DU || LS
        help
-         Allow df, du, and ls to have human readable output.
+       Allow df, du, and ls to have human readable output.
 
 endmenu