aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coreutils/Config.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index 0ee5e9dbd..ffdc11ced 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -654,19 +654,19 @@ config CONFIG_FEATURE_PRESERVE_HARDLINKS
654 help 654 help
655 Allow cp and mv to preserve hard links. 655 Allow cp and mv to preserve hard links.
656 656
657comment "Common options for ls and more" 657comment "Common options for ls, more and telnet"
658 depends on CONFIG_LS || CONFIG_MORE 658 depends on CONFIG_LS || CONFIG_MORE || CONFIG_TELNET
659 659
660config CONFIG_FEATURE_AUTOWIDTH 660config CONFIG_FEATURE_AUTOWIDTH
661 bool " Calculate terminal & column widths" 661 bool " Calculate terminal & column widths"
662 default y 662 default y
663 depends on CONFIG_LS || CONFIG_MORE 663 depends on CONFIG_LS || CONFIG_MORE || CONFIG_TELNET
664 help 664 help
665 This option allows utilities such as 'ls' and 'more' to determine the 665 This option allows utilities such as 'ls', 'more' and 'telnet'
666 width of the screen, which can allow them to display additional text 666 to determine the width of the screen, which can allow them to
667 or avoid wrapping text onto the next line. If you leave this 667 display additional text or avoid wrapping text onto the next line.
668 disabled, your utilities will be especially primitive and will be 668 If you leave this disabled, your utilities will be especially
669 unable to determine the current screen width. 669 primitive and will be unable to determine the current screen width.
670 670
671comment "Common options for df, du, ls" 671comment "Common options for df, du, ls"
672 depends on CONFIG_DF || CONFIG_DU || CONFIG_LS 672 depends on CONFIG_DF || CONFIG_DU || CONFIG_LS