diff options
author | dir <dir@ableton.com> | 2018-01-02 18:10:24 +0100 |
---|---|---|
committer | dir <dir@ableton.com> | 2018-08-13 17:54:03 +0200 |
commit | e9a80817647b5ac556519822251abd0346b6d468 (patch) | |
tree | 95464aabbd0a023604794d6116a90add4389b2f4 /target/config/Config.in.runtime | |
parent | 07c3b1bf959087d37b7746189d93b929500855eb (diff) |
Add simple autologin program to be started by getty
@upstream
Diffstat (limited to 'target/config/Config.in.runtime')
-rw-r--r-- | target/config/Config.in.runtime | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime index 35f65b48d..7697bcaf9 100644 --- a/target/config/Config.in.runtime +++ b/target/config/Config.in.runtime @@ -367,6 +367,11 @@ config ADK_RUNTIME_GETTY_SERIAL help Start getty on serial console. +config ADK_RUNTIME_GETTY_SERIAL_AUTOLOGIN + bool "run autologin on serial getty" + depends on ADK_RUNTIME_GETTY_SERIAL + select ADK_PACKAGE_AUTOLOGIN + config ADK_RUNTIME_CONSOLE_VGA_DEVICE string "VGA console device" depends on ADK_TARGET_WITH_VGA || ADK_TARGET_GENERIC |