blob: c1461602a14181ec18d7431ddf376d29f6cdb515 [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'
Eric Andersen882cbcd2001-11-10 10:43:09 +00009choice 'Buffer allocation policy' \
10 "use_malloc CONFIG_FEATURE_BUFFERS_USE_MALLOC \
11 on_stack CONFIG_FEATURE_BUFFERS_GO_ON_STACK \
12 in_bss CONFIG_FEATURE_BUFFERS_GO_IN_BSS" use_malloc
Eric Andersen282671b2001-11-10 12:07:24 +000013bool '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
Eric Andersen882cbcd2001-11-10 10:43:09 +000018endmenu
Eric Andersenbdfd0d72001-10-24 05:00:29 +000019
20source archival/config.in
21source console-tools/config.in
22source editors/config.in
23source fileutils/config.in
24source findutils/config.in
25source init/config.in
26source miscutils/config.in
27source modutils/config.in
28source networking/config.in
Eric Andersen8eaa7b32001-10-25 05:56:51 +000029source pwd_grp/config.in
Eric Andersenbdfd0d72001-10-24 05:00:29 +000030source procps/config.in
31source shell/config.in
32source shellutils/config.in
33source sysklogd/config.in
34source textutils/config.in
35source util-linux/config.in
36