blob: cdc9018fd278cdaf346cec3d565d59c170a60af1 [file] [log] [blame]
Eric Andersenbdfd0d72001-10-24 05:00:29 +00001#
2# For a description of the syntax of this configuration file,
3# see scripts/kbuild/config-language.txt.
4#
5mainmenu_name "BusyBox Configuration"
6
Eric Andersen882cbcd2001-11-10 10:43:09 +00007mainmenu_option next_comment
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' \
15 "use_malloc CONFIG_FEATURE_BUFFERS_USE_MALLOC \
16 on_stack CONFIG_FEATURE_BUFFERS_GO_ON_STACK \
17 in_bss CONFIG_FEATURE_BUFFERS_GO_IN_BSS" use_malloc
18
19endmenu
Eric Andersenbdfd0d72001-10-24 05:00:29 +000020
21source archival/config.in
22source console-tools/config.in
23source editors/config.in
24source fileutils/config.in
25source findutils/config.in
26source init/config.in
27source miscutils/config.in
28source modutils/config.in
29source networking/config.in
Eric Andersen8eaa7b32001-10-25 05:56:51 +000030source pwd_grp/config.in
Eric Andersenbdfd0d72001-10-24 05:00:29 +000031source procps/config.in
32source shell/config.in
33source shellutils/config.in
34source sysklogd/config.in
35source textutils/config.in
36source util-linux/config.in
37