aboutsummaryrefslogtreecommitdiff
path: root/init/Config.src
diff options
context:
space:
mode:
Diffstat (limited to 'init/Config.src')
-rw-r--r--init/Config.src2
1 files changed, 0 insertions, 2 deletions
diff --git a/init/Config.src b/init/Config.src
index a5e76be6a..590e29890 100644
--- a/init/Config.src
+++ b/init/Config.src
@@ -10,7 +10,6 @@ INSERT
10config INIT 10config INIT
11 bool "init" 11 bool "init"
12 default y 12 default y
13 depends on PLATFORM_LINUX
14 select FEATURE_SYSLOG 13 select FEATURE_SYSLOG
15 help 14 help
16 init is the first program run when the system boots. 15 init is the first program run when the system boots.
@@ -93,7 +92,6 @@ config FEATURE_INITRD
93config HALT 92config HALT
94 bool "poweroff, halt, and reboot" 93 bool "poweroff, halt, and reboot"
95 default y 94 default y
96 depends on PLATFORM_LINUX
97 help 95 help
98 Stop all processes and either halt, reboot, or power off the system. 96 Stop all processes and either halt, reboot, or power off the system.
99 97