diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-05-16 17:08:30 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-05-16 17:08:30 +0200 |
commit | 524958a0e7311f7b236c650738f74bf0f30c9388 (patch) | |
tree | 65adb435d11c35db048663ef54d2afcd11bbfe29 /target/config | |
parent | c7060c15345668b0b5ab6bf8c8dfeea8eacb3096 (diff) | |
parent | 1841aa8455ec17324fb7be5db48556758f140322 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.cpu | 1 | ||||
-rw-r--r-- | target/config/Config.in.runtime | 7 |
2 files changed, 5 insertions, 3 deletions
diff --git a/target/config/Config.in.cpu b/target/config/Config.in.cpu index 2ae815e11..35e7f1e2f 100644 --- a/target/config/Config.in.cpu +++ b/target/config/Config.in.cpu @@ -56,6 +56,7 @@ config ADK_CPU_ATOM config ADK_CPU_AVR32 bool select ADK_TARGET_WITH_LT + select ADK_TARGET_WITH_MMU config ADK_CPU_BFIN bool diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime index 6c7676254..7ac4c92f8 100644 --- a/target/config/Config.in.runtime +++ b/target/config/Config.in.runtime @@ -122,7 +122,8 @@ endchoice choice prompt "bootup messages from initscripts" -default ADK_RUNTIME_VERBOSE_INIT_VGA if ADK_TARGET_WITH_VGA +default ADK_RUNTIME_VERBOSE_INIT_VGA if ADK_TARGET_WITH_VGA \ + && !ADK_APPLIANCE_KODI default ADK_RUNTIME_VERBOSE_INIT_SERIAL config ADK_RUNTIME_VERBOSE_INIT_VGA @@ -167,7 +168,8 @@ endchoice config ADK_RUNTIME_GETTY_VGA bool "start getty on VGA console (tty1-tty6)" - depends on ADK_RUNTIME_GETTY && ADK_TARGET_WITH_VGA + depends on ADK_RUNTIME_GETTY && ADK_TARGET_WITH_VGA \ + && !ADK_APPLIANCE_KODI default y if ADK_TARGET_QEMU_WITH_GRAPHIC_ONLY default y if ADK_TARGET_QEMU_WITH_GRAPHIC default y if ADK_TARGET_SYSTEM_RASPBERRY_PI @@ -188,7 +190,6 @@ config ADK_RUNTIME_GETTY_SERIAL default n if ADK_TARGET_QEMU_WITH_GRAPHIC default n if ADK_TARGET_SYSTEM_RASPBERRY_PI default n if ADK_TARGET_SYSTEM_RASPBERRY_PI2 - default n if ADK_TARGET_SYSTEM_HUMMINGBOARD default n if ADK_TARGET_SYSTEM_LEMOTE_YEELONG default n if ADK_TARGET_SYSTEM_IBM_X40 default n if ADK_TARGET_SYSTEM_ARANYM_M68K |