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 |
Glenn L McGrath | f234e7c | 2002-11-10 22:26:19 +0000 | [diff] [blame] | 17 | if [ "$CONFIG_FEATURE_DEVFS" = "y" ]; then |
| 18 | define_bool CONFIG_FEATURE_DEVPTS y |
| 19 | else |
| 20 | bool ' Support for Unix98 PTY filesystem' CONFIG_FEATURE_DEVPTS |
| 21 | fi |
Eric Andersen | 282671b | 2001-11-10 12:07:24 +0000 | [diff] [blame] | 22 | bool 'Clean up all memory before exiting (usually not needed)' CONFIG_FEATURE_CLEAN_UP |
Robert Griebl | c9aca45 | 2002-06-04 20:06:25 +0000 | [diff] [blame] | 23 | bool 'Support for SUID/SGID handling' CONFIG_FEATURE_SUID |
| 24 | if [ "$CONFIG_FEATURE_SUID" = "y" ]; then |
| 25 | bool ' Runtime configuration via /etc/busybox.conf' CONFIG_FEATURE_SUID_CONFIG |
| 26 | fi |
Robert Griebl | 88947dd | 2002-07-18 23:59:17 +0000 | [diff] [blame] | 27 | if [ "$CONFIG_FEATURE_SUID_CONFIG" = "y" ]; then |
| 28 | bool ' Suppress message if config file is not readable' CONFIG_FEATURE_SUID_CONFIG_QUIET |
| 29 | fi |
Eric Andersen | 882cbcd | 2001-11-10 10:43:09 +0000 | [diff] [blame] | 30 | endmenu |
Eric Andersen | bdfd0d7 | 2001-10-24 05:00:29 +0000 | [diff] [blame] | 31 | |
| 32 | source archival/config.in |
| 33 | source console-tools/config.in |
Glenn L McGrath | 8f0722a | 2002-11-11 03:00:12 +0000 | [diff] [blame] | 34 | source debianutils/config.in |
Eric Andersen | bdfd0d7 | 2001-10-24 05:00:29 +0000 | [diff] [blame] | 35 | source editors/config.in |
Glenn L McGrath | 8f0722a | 2002-11-11 03:00:12 +0000 | [diff] [blame] | 36 | source fileutils/config.in |
Eric Andersen | bdfd0d7 | 2001-10-24 05:00:29 +0000 | [diff] [blame] | 37 | source findutils/config.in |
| 38 | source init/config.in |
Glenn L McGrath | 8f0722a | 2002-11-11 03:00:12 +0000 | [diff] [blame] | 39 | source loginutils/config.in |
Eric Andersen | bdfd0d7 | 2001-10-24 05:00:29 +0000 | [diff] [blame] | 40 | source miscutils/config.in |
| 41 | source modutils/config.in |
| 42 | source networking/config.in |
Eric Andersen | bdfd0d7 | 2001-10-24 05:00:29 +0000 | [diff] [blame] | 43 | source procps/config.in |
| 44 | source shell/config.in |
| 45 | source shellutils/config.in |
| 46 | source sysklogd/config.in |
| 47 | source textutils/config.in |
| 48 | source util-linux/config.in |
Eric Andersen | bdfd0d7 | 2001-10-24 05:00:29 +0000 | [diff] [blame] | 49 | |