blob: d33a9826da1b11efc589b1fe98a56b15d2a1e10c [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
Glenn L McGrathf234e7c2002-11-10 22:26:19 +000017if [ "$CONFIG_FEATURE_DEVFS" = "y" ]; then
18 define_bool CONFIG_FEATURE_DEVPTS y
19else
20 bool ' Support for Unix98 PTY filesystem' CONFIG_FEATURE_DEVPTS
21fi
Eric Andersen282671b2001-11-10 12:07:24 +000022bool 'Clean up all memory before exiting (usually not needed)' CONFIG_FEATURE_CLEAN_UP
Robert Grieblc9aca452002-06-04 20:06:25 +000023bool 'Support for SUID/SGID handling' CONFIG_FEATURE_SUID
24if [ "$CONFIG_FEATURE_SUID" = "y" ]; then
25 bool ' Runtime configuration via /etc/busybox.conf' CONFIG_FEATURE_SUID_CONFIG
26fi
Robert Griebl88947dd2002-07-18 23:59:17 +000027if [ "$CONFIG_FEATURE_SUID_CONFIG" = "y" ]; then
28 bool ' Suppress message if config file is not readable' CONFIG_FEATURE_SUID_CONFIG_QUIET
29fi
Eric Andersen882cbcd2001-11-10 10:43:09 +000030endmenu
Eric Andersenbdfd0d72001-10-24 05:00:29 +000031
32source archival/config.in
33source console-tools/config.in
Glenn L McGrath8f0722a2002-11-11 03:00:12 +000034source debianutils/config.in
Eric Andersenbdfd0d72001-10-24 05:00:29 +000035source editors/config.in
Glenn L McGrath8f0722a2002-11-11 03:00:12 +000036source fileutils/config.in
Eric Andersenbdfd0d72001-10-24 05:00:29 +000037source findutils/config.in
38source init/config.in
Glenn L McGrath8f0722a2002-11-11 03:00:12 +000039source loginutils/config.in
Eric Andersenbdfd0d72001-10-24 05:00:29 +000040source miscutils/config.in
41source modutils/config.in
42source networking/config.in
Eric Andersenbdfd0d72001-10-24 05:00:29 +000043source procps/config.in
44source shell/config.in
45source shellutils/config.in
46source sysklogd/config.in
47source textutils/config.in
48source util-linux/config.in
Eric Andersenbdfd0d72001-10-24 05:00:29 +000049