diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.runtime | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime index 03919ccb7..6e6e29aaa 100644 --- a/target/config/Config.in.runtime +++ b/target/config/Config.in.runtime @@ -186,9 +186,10 @@ config ADK_RUNTIME_CONSOLE_SERIAL_SPEED config ADK_RUNTIME_KBD_LAYOUT string "keyboard layout for the embedded system" depends on ADK_TARGET_WITH_INPUT - default "" + default "de-latin1-nodeadkeys" help Predefine the keyboard layout for the embedded system. + For example use de-latin1-nodeadkeys. choice prompt "initial login shell for the root user" |