summaryrefslogtreecommitdiff
path: root/busybox-libbb.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'busybox-libbb.kconfig')
-rw-r--r--busybox-libbb.kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/busybox-libbb.kconfig b/busybox-libbb.kconfig
index f5b804f..d989cd7 100644
--- a/busybox-libbb.kconfig
+++ b/busybox-libbb.kconfig
@@ -28,14 +28,12 @@ config MD5_SIZE_VS_SPEED
config FEATURE_FAST_TOP
bool "Faster /proc scanning code (+100 bytes)"
- default n
help
This option makes top (and ps) ~20% faster (or 20% less CPU hungry),
but code size is slightly bigger.
config FEATURE_ETC_NETWORKS
bool "Support for /etc/networks"
- default n
help
Enable support for network names in /etc/networks. This is
a rarely used feature which allows you to use names
@@ -43,7 +41,6 @@ config FEATURE_ETC_NETWORKS
config FEATURE_EDITING
bool "Command line editing"
- default n
help
Enable line editing (mainly for shell command line).
@@ -59,7 +56,6 @@ config FEATURE_EDITING_MAX_LEN
config FEATURE_EDITING_VI
bool "vi-style line editing commands"
- default n
depends on FEATURE_EDITING
help
Enable vi-style line editing. In shells, this mode can be
@@ -75,28 +71,24 @@ config FEATURE_EDITING_HISTORY
config FEATURE_EDITING_SAVEHISTORY
bool "History saving"
- default n
depends on ASH && FEATURE_EDITING
help
Enable history saving in ash shell.
config FEATURE_TAB_COMPLETION
bool "Tab completion"
- default n
depends on FEATURE_EDITING
help
Enable tab completion.
config FEATURE_USERNAME_COMPLETION
bool "Username completion"
- default n
depends on FEATURE_TAB_COMPLETION
help
Enable username completion.
config FEATURE_EDITING_FANCY_PROMPT
bool "Fancy shell prompts"
- default n
depends on FEATURE_EDITING
help
Setting this option allows for prompts to use things like \w and
@@ -104,7 +96,6 @@ config FEATURE_EDITING_FANCY_PROMPT
config FEATURE_VERBOSE_CP_MESSAGE
bool "Give more precise messages when copy fails (cp, mv etc)"
- default n
help
Error messages with this feature enabled:
$ cp file /does_not_exist/file