diff options
Diffstat (limited to 'init/config.in')
-rw-r--r-- | init/config.in | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/init/config.in b/init/config.in deleted file mode 100644 index 3688eaa10..000000000 --- a/init/config.in +++ /dev/null | |||
@@ -1,27 +0,0 @@ | |||
1 | # | ||
2 | # For a description of the syntax of this configuration file, | ||
3 | # see scripts/kbuild/config-language.txt. | ||
4 | # | ||
5 | |||
6 | mainmenu_option next_comment | ||
7 | comment 'Init Utilities' | ||
8 | |||
9 | |||
10 | bool 'init' CONFIG_INIT | ||
11 | if [ "$CONFIG_INIT" = "y" ]; then | ||
12 | bool ' Support reading an inittab file?' CONFIG_FEATURE_USE_INITTAB | ||
13 | bool ' Support running init from within an initrd?' CONFIG_FEATURE_INITRD | ||
14 | bool ' Support dumping core for child processes (debugging only)?' CONFIG_FEATURE_INIT_COREDUMPS | ||
15 | bool ' Should init be _extra_ quiet on boot?' CONFIG_FEATURE_EXTRA_QUIET | ||
16 | |||
17 | # Some more apps that are meaningless without BusyBox running as init | ||
18 | bool 'halt' CONFIG_HALT | ||
19 | bool 'poweroff' CONFIG_POWEROFF | ||
20 | bool 'reboot' CONFIG_REBOOT | ||
21 | fi | ||
22 | |||
23 | bool 'start-stop-daemon' CONFIG_START_STOP_DAEMON | ||
24 | bool 'mesg' CONFIG_MESG | ||
25 | |||
26 | endmenu | ||
27 | |||