blob: e2ae0e8c4b90b725139f36bf1a158adc4d93e00a [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
Robert Grieblf6495eb2002-05-15 22:13:47 +000017bool 'Support compress format (.Z) in unzip operations' CONFIG_FEATURE_UNCOMPRESS
Eric Andersen282671b2001-11-10 12:07:24 +000018bool 'Clean up all memory before exiting (usually not needed)' CONFIG_FEATURE_CLEAN_UP
Robert Grieblc9aca452002-06-04 20:06:25 +000019bool 'Support for SUID/SGID handling' CONFIG_FEATURE_SUID
20if [ "$CONFIG_FEATURE_SUID" = "y" ]; then
21 bool ' Runtime configuration via /etc/busybox.conf' CONFIG_FEATURE_SUID_CONFIG
22fi
23bool 'Use busybox password and group functions' CONFIG_USE_BB_PWD_GRP
24if [ "$CONFIG_USE_BB_PWD_GRP" = "y" ]; then
25 bool ' Use busybox shadow password functions' CONFIG_USE_BB_SHADOW
26fi
Eric Andersen882cbcd2001-11-10 10:43:09 +000027endmenu
Eric Andersenbdfd0d72001-10-24 05:00:29 +000028
29source archival/config.in
30source console-tools/config.in
31source editors/config.in
32source fileutils/config.in
33source findutils/config.in
34source init/config.in
35source miscutils/config.in
36source modutils/config.in
37source networking/config.in
Robert Grieblc9aca452002-06-04 20:06:25 +000038source loginutils/config.in
Eric Andersenbdfd0d72001-10-24 05:00:29 +000039source procps/config.in
40source shell/config.in
41source shellutils/config.in
42source sysklogd/config.in
43source textutils/config.in
44source util-linux/config.in
45