aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-11-10 10:43:09 +0000
committerEric Andersen <andersen@codepoet.org>2001-11-10 10:43:09 +0000
commit882cbcdfa1704a3a5b35eda4e05173bae73ffa51 (patch)
tree47ced007614267804157d8d240d5c100f4f4d852 /sysdeps
parent713121346059feadedf61b0e161173657ade6ea8 (diff)
downloadbusybox-882cbcdfa1704a3a5b35eda4e05173bae73ffa51.tar.gz
more config.in entries from Giulio Orsero <giulioo@pobox.com>
with some minor edits by me.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/linux/config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/sysdeps/linux/config.in b/sysdeps/linux/config.in
index 479d1a3cc..cdc9018fd 100644
--- a/sysdeps/linux/config.in
+++ b/sysdeps/linux/config.in
@@ -4,6 +4,19 @@
#
mainmenu_name "BusyBox Configuration"
+mainmenu_option next_comment
+comment 'BusyBox general settings'
+bool 'Show verbose applet usage messages (increases size)' CONFIG_FEATURE_VERBOSE_USAGE
+bool 'Support --install [-s] to install applet links at runtime' CONFIG_FEATURE_INSTALLER
+bool 'Enable locale support (system needs locale for this to work)' CONFIG_LOCALE_SUPPORT
+bool 'Support for devfs' CONFIG_FEATURE_DEVFS
+bool 'Clean up all memory before exiting (usually not needed)' CONFIG_FEATURE_CLEAN_UP
+choice 'Buffer allocation policy' \
+ "use_malloc CONFIG_FEATURE_BUFFERS_USE_MALLOC \
+ on_stack CONFIG_FEATURE_BUFFERS_GO_ON_STACK \
+ in_bss CONFIG_FEATURE_BUFFERS_GO_IN_BSS" use_malloc
+
+endmenu
source archival/config.in
source console-tools/config.in