diff options
Diffstat (limited to 'init/Config.src')
-rw-r--r-- | init/Config.src | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init/Config.src b/init/Config.src index 590e298..a5e76be 100644 --- a/init/Config.src +++ b/init/Config.src @@ -10,6 +10,7 @@ INSERT config INIT bool "init" default y + depends on PLATFORM_LINUX select FEATURE_SYSLOG help init is the first program run when the system boots. @@ -92,6 +93,7 @@ config FEATURE_INITRD config HALT bool "poweroff, halt, and reboot" default y + depends on PLATFORM_LINUX help Stop all processes and either halt, reboot, or power off the system. |