aboutsummaryrefslogtreecommitdiff
path: root/loginutils/Config.src
diff options
context:
space:
mode:
Diffstat (limited to 'loginutils/Config.src')
-rw-r--r--loginutils/Config.src3
1 files changed, 3 insertions, 0 deletions
diff --git a/loginutils/Config.src b/loginutils/Config.src
index 5d497c4dc..425d041b9 100644
--- a/loginutils/Config.src
+++ b/loginutils/Config.src
@@ -179,6 +179,7 @@ config DELUSER
config GETTY
bool "getty"
default y
+ depends on PLATFORM_LINUX
select FEATURE_SYSLOG
help
getty lets you log in on a tty, it is normally invoked by init.
@@ -186,6 +187,7 @@ config GETTY
config LOGIN
bool "login"
default y
+ depends on PLATFORM_LINUX
select FEATURE_SUID
select FEATURE_SYSLOG
help
@@ -295,6 +297,7 @@ config SULOGIN
config VLOCK
bool "vlock"
default y
+ depends on PLATFORM_LINUX
select FEATURE_SUID
help
Build the "vlock" applet which allows you to lock (virtual) terminals.