mark Linux-specific configuration options
PLATFORM_LINUX is used as a dependency for applets or features which require Linux-specific interfaces. Signed-off-by: Jeremie Koenig <jk@jk.fr.eu.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
committed by
Denys Vlasenko
parent
b175462422
commit
1d7266d3b5
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user