Eric Andersen | bdfd0d7 | 2001-10-24 05:00:29 +0000 | [diff] [blame] | 1 | # |
| 2 | # For a description of the syntax of this configuration file, |
| 3 | # see scripts/kbuild/config-language.txt. |
| 4 | # |
| 5 | mainmenu_name "BusyBox Configuration" |
| 6 | |
Eric Andersen | 882cbcd | 2001-11-10 10:43:09 +0000 | [diff] [blame] | 7 | mainmenu_option next_comment |
| 8 | comment 'BusyBox general settings' |
Eric Andersen | 882cbcd | 2001-11-10 10:43:09 +0000 | [diff] [blame] | 9 | choice '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 Andersen | 282671b | 2001-11-10 12:07:24 +0000 | [diff] [blame] | 13 | bool 'Show verbose applet usage messages' CONFIG_FEATURE_VERBOSE_USAGE |
| 14 | bool 'Support --install [-s] to install applet links at runtime' CONFIG_FEATURE_INSTALLER |
| 15 | bool 'Enable locale support (system needs locale for this to work)' CONFIG_LOCALE_SUPPORT |
| 16 | bool 'Support for devfs' CONFIG_FEATURE_DEVFS |
| 17 | bool 'Clean up all memory before exiting (usually not needed)' CONFIG_FEATURE_CLEAN_UP |
Eric Andersen | 882cbcd | 2001-11-10 10:43:09 +0000 | [diff] [blame] | 18 | endmenu |
Eric Andersen | bdfd0d7 | 2001-10-24 05:00:29 +0000 | [diff] [blame] | 19 | |
| 20 | source archival/config.in |
| 21 | source console-tools/config.in |
| 22 | source editors/config.in |
| 23 | source fileutils/config.in |
| 24 | source findutils/config.in |
| 25 | source init/config.in |
| 26 | source miscutils/config.in |
| 27 | source modutils/config.in |
| 28 | source networking/config.in |
Eric Andersen | 8eaa7b3 | 2001-10-25 05:56:51 +0000 | [diff] [blame] | 29 | source pwd_grp/config.in |
Eric Andersen | bdfd0d7 | 2001-10-24 05:00:29 +0000 | [diff] [blame] | 30 | source procps/config.in |
| 31 | source shell/config.in |
| 32 | source shellutils/config.in |
| 33 | source sysklogd/config.in |
| 34 | source textutils/config.in |
| 35 | source util-linux/config.in |
| 36 | |