aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/linux/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/linux/config.in')
-rw-r--r--sysdeps/linux/config.in11
1 files changed, 5 insertions, 6 deletions
diff --git a/sysdeps/linux/config.in b/sysdeps/linux/config.in
index cdc9018fd..c1461602a 100644
--- a/sysdeps/linux/config.in
+++ b/sysdeps/linux/config.in
@@ -6,16 +6,15 @@ mainmenu_name "BusyBox Configuration"
6 6
7mainmenu_option next_comment 7mainmenu_option next_comment
8comment 'BusyBox general settings' 8comment 'BusyBox general settings'
9bool 'Show verbose applet usage messages (increases size)' CONFIG_FEATURE_VERBOSE_USAGE
10bool 'Support --install [-s] to install applet links at runtime' CONFIG_FEATURE_INSTALLER
11bool 'Enable locale support (system needs locale for this to work)' CONFIG_LOCALE_SUPPORT
12bool 'Support for devfs' CONFIG_FEATURE_DEVFS
13bool 'Clean up all memory before exiting (usually not needed)' CONFIG_FEATURE_CLEAN_UP
14choice 'Buffer allocation policy' \ 9choice 'Buffer allocation policy' \
15 "use_malloc CONFIG_FEATURE_BUFFERS_USE_MALLOC \ 10 "use_malloc CONFIG_FEATURE_BUFFERS_USE_MALLOC \
16 on_stack CONFIG_FEATURE_BUFFERS_GO_ON_STACK \ 11 on_stack CONFIG_FEATURE_BUFFERS_GO_ON_STACK \
17 in_bss CONFIG_FEATURE_BUFFERS_GO_IN_BSS" use_malloc 12 in_bss CONFIG_FEATURE_BUFFERS_GO_IN_BSS" use_malloc
18 13bool 'Show verbose applet usage messages' CONFIG_FEATURE_VERBOSE_USAGE
14bool 'Support --install [-s] to install applet links at runtime' CONFIG_FEATURE_INSTALLER
15bool 'Enable locale support (system needs locale for this to work)' CONFIG_LOCALE_SUPPORT
16bool 'Support for devfs' CONFIG_FEATURE_DEVFS
17bool 'Clean up all memory before exiting (usually not needed)' CONFIG_FEATURE_CLEAN_UP
19endmenu 18endmenu
20 19
21source archival/config.in 20source archival/config.in