summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-23 21:05:46 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-23 21:05:46 +0100
commit8eb8b85f894eae8a7dcd85a1d821e875b8875ce5 (patch)
tree2f1c260ca4efbe313f3f557e31cb18d8aad94172 /Config.in
parent0221cc4264b0516f055efcdd2455ba880b53aa8c (diff)
add runtime option for inittab configuration
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 30c8d6874..697155938 100644
--- a/Config.in
+++ b/Config.in
@@ -215,6 +215,27 @@ config ADK_RUNTIME_KBD_LAYOUT
help
Predefine the keyboard layout for the embedded system.
+choice
+prompt "Console output on embedded system"
+default ADK_RUNTIME_CONSOLE_VGA if ADK_HARDWARE_IBMX40
+default ADK_RUNTIME_CONSOLE_SERIAL
+
+config ADK_RUNTIME_CONSOLE_VGA
+ bool "console output on VGA"
+ help
+ Start getty on VGA console. (tty1-tty6)
+
+config ADK_RUNTIME_CONSOLE_SERIAL
+ bool "console output on serial"
+ help
+ Start getty on serial console. (ttyS0)
+
+config ADK_RUNTIME_CONSOLE_BOTH
+ bool "console output on console and serial"
+ help
+ Start getty on VGA console and serial device.
+
+endchoice
endmenu
menu "Package selection"