From ae8890e6574795fdc22f95e6410c6cba6e7b5a4e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 6 May 2014 14:37:04 +0200 Subject: allow output from initscripts to serial --- target/config/Config.in.runtime | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'target/config/Config.in.runtime') diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime index 5a02ec0e5..5d27b6e0d 100644 --- a/target/config/Config.in.runtime +++ b/target/config/Config.in.runtime @@ -45,6 +45,23 @@ config ADK_RUNTIME_TIMEZONE help Predefine the timezone for the embedded system. +choice +prompt "Enable verbose bootup messages from initscripts" +default ADK_RUNTIME_VERBOSE_INIT_VGA if ADK_TARGET_WITH_VGA +default ADK_RUNTIME_VERBOSE_INIT_SERIAL + +config ADK_RUNTIME_VERBOSE_INIT_VGA + depends on ADK_TARGET_WITH_VGA + boolean "output via VGA" + +config ADK_RUNTIME_VERBOSE_INIT_SERIAL + boolean "output via serial" + +config ADK_RUNTIME_QUIET_INIT + boolean "no output" + +endchoice + choice prompt "Start getty or shell after bootup" default ADK_RUNTIME_SHELL if ADK_PKG_TEST -- cgit v1.2.3