diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/init/Config.in b/init/Config.in index 3d99d4792..26401af01 100644 --- a/init/Config.in +++ b/init/Config.in | |||
@@ -8,6 +8,7 @@ menu "Init Utilities" | |||
8 | config INIT | 8 | config INIT |
9 | bool "init" | 9 | bool "init" |
10 | default n | 10 | default n |
11 | depends on PLATFORM_POSIX | ||
11 | select FEATURE_SYSLOG | 12 | select FEATURE_SYSLOG |
12 | help | 13 | help |
13 | init is the first program run when the system boots. | 14 | init is the first program run when the system boots. |
@@ -90,6 +91,7 @@ config FEATURE_INITRD | |||
90 | config HALT | 91 | config HALT |
91 | bool "poweroff, halt, and reboot" | 92 | bool "poweroff, halt, and reboot" |
92 | default n | 93 | default n |
94 | depends on PLATFORM_POSIX | ||
93 | help | 95 | help |
94 | 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. |
95 | 97 | ||
@@ -116,6 +118,7 @@ config TELINIT_PATH | |||
116 | config MESG | 118 | config MESG |
117 | bool "mesg" | 119 | bool "mesg" |
118 | default n | 120 | default n |
121 | depends on PLATFORM_POSIX | ||
119 | help | 122 | help |
120 | Mesg controls access to your terminal by others. It is typically | 123 | Mesg controls access to your terminal by others. It is typically |
121 | used to allow or disallow other users to write to your terminal | 124 | used to allow or disallow other users to write to your terminal |