summaryrefslogtreecommitdiff
path: root/target/config/Config.in.runtime
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-12-03 19:02:43 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2014-12-03 19:02:43 -0600
commit5989082f194a2fcc76616fb50f5577fac5055800 (patch)
treebaa812588a4817ee509a83918c18fe68c11a46f2 /target/config/Config.in.runtime
parentdffb321da7555ae47bb80a7f244358df8da8ab07 (diff)
expose serial device and speed in runtime configuration
Diffstat (limited to 'target/config/Config.in.runtime')
-rw-r--r--target/config/Config.in.runtime2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime
index 6b7ee495b..bcceeb810 100644
--- a/target/config/Config.in.runtime
+++ b/target/config/Config.in.runtime
@@ -127,6 +127,7 @@ config ADK_RUNTIME_GETTY_SERIAL
Start getty on serial console.
config ADK_RUNTIME_CONSOLE_SERIAL_DEVICE
+ prompt "serial console device"
string
default "hvc0" if ADK_TARGET_SYSTEM_QEMU_PPC64
default "ttyUL0" if ADK_TARGET_QEMU_MICROBLAZE_MODEL_S3ADSP1800
@@ -137,6 +138,7 @@ config ADK_RUNTIME_CONSOLE_SERIAL_DEVICE
default "ttyS0"
config ADK_RUNTIME_CONSOLE_SERIAL_SPEED
+ prompt "serial console speed"
string
default "9600" if ADK_TARGET_SYSTEM_FON_FON2100
default "38400" if ADK_TARGET_SYSTEM_PCENGINES_WRAP