summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-22 14:30:58 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-22 14:30:58 +0100
commite4c70cd1be6723553412b615c206b5559a854df3 (patch)
tree44e7576a76a96e850fd895a29da1faad1ad9c817 /Config.in
parentb8d0d2ff18de3f4de66e89a302cb277328f58433 (diff)
add support for keyboard layout as a runtime option
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 078c9fa6e..d0cf133de 100644
--- a/Config.in
+++ b/Config.in
@@ -206,6 +206,14 @@ config ADK_RUNTIME_TIMEZONE
string "timezone for the embedded system"
default "Europe/Berlin"
help
+ Predefine the timezone for the embedded system.
+
+config ADK_RUNTIME_KBD_LAYOUT
+ string "keyboard layout for the embedded system"
+ default "en"
+ depends on ADK_TARGET_WITH_INPUT
+ help
+ Predefine the keyboard layout for the embedded system.
endmenu