diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-02 13:38:54 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-02 13:38:54 +0100 |
commit | 2a2320b4292d4e370cc95aea61525ebd7dc11337 (patch) | |
tree | cfead1b61fb8009e104293b9c4914f97b86590e0 /target/config | |
parent | 521e7247df6ba4e2cf4a487dd44385305972c9ee (diff) |
add an example interfaces file, make tmpfs configurable via menu
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.runtime | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime index 080c15135..aa9cfda6d 100644 --- a/target/config/Config.in.runtime +++ b/target/config/Config.in.runtime @@ -20,19 +20,19 @@ config ADK_RUNTIME_PASSWORD help Predefine the root password enabled in the built image. +config ADK_RUNTIME_TMPFS_SIZE + string "size of /tmp in memory (kB)" + default "16384" if ADK_TARGET_SYSTEM_IBM_X40 + default "2048" + help + Size of /tmp in memory in Kilobyte. + 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 "" - depends on ADK_TARGET_WITH_INPUT - help - Predefine the keyboard layout for the embedded system. - choice prompt "Console output on embedded system" default ADK_RUNTIME_CONSOLE_BOTH if ADK_TARGET_WITH_VGA @@ -59,3 +59,10 @@ config ADK_RUNTIME_CONSOLE_SERIAL_SPEED string default "38400" if ADK_TARGET_SYSTEM_PCENGINES_WRAP default "115200" + +config ADK_RUNTIME_KBD_LAYOUT + string "keyboard layout for the embedded system" + default "" + depends on ADK_TARGET_WITH_INPUT + help + Predefine the keyboard layout for the embedded system. |