diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-19 07:23:50 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-19 07:23:50 +0100 |
commit | 7af345e70ac9f56d9f038b73d0333b3ee2c19c07 (patch) | |
tree | 548bcdd3442c361653d738a694059eb7c9a04720 /target | |
parent | a5d38b1d44a86e3ea90e3192b5eb1ae75ac4168e (diff) | |
parent | 9bed26e23fd8d3aa6e8fd40bcb5b0a25dd9d6a36 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in | 13 | ||||
-rw-r--r-- | target/linux/config/Config.in.kernel | 3 |
2 files changed, 16 insertions, 0 deletions
diff --git a/target/config/Config.in b/target/config/Config.in index 12e2b8003..6cab5a99d 100644 --- a/target/config/Config.in +++ b/target/config/Config.in @@ -173,6 +173,19 @@ config ADK_TARGET_KERNEL_MINICONFIG default "cubox-i" if ADK_TARGET_SYSTEM_CUBOX_I choice +prompt "Use ARM thumb mode" +depends on ADK_TARGET_SYSTEM_CUBOX_I + +config ADK_LINUX_ARM_WITHOUT_THUMB + boolean "disabled" + +config ADK_LINUX_ARM_WITH_THUMB + boolean "enabled" + select ADK_KERNEL_THUMB2_KERNEL + +endchoice + +choice prompt "Qemu Emulation using VirtIO drivers" depends on ADK_TARGET_SYSTEM_QEMU_SPARC64 diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel index 785ae6475..bd4169948 100644 --- a/target/linux/config/Config.in.kernel +++ b/target/linux/config/Config.in.kernel @@ -101,3 +101,6 @@ config ADK_KERNEL_CPU_MIPS64_R1 config ADK_KERNEL_PREEMPT boolean + +config ADK_KERNEL_THUMB2_KERNEL + boolean |