summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-19 07:11:32 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-19 07:11:32 +0100
commit9bed26e23fd8d3aa6e8fd40bcb5b0a25dd9d6a36 (patch)
treeca71811330fb55b4c2cca8c2808d403dd0829132 /target
parent2337c434350a215907e7c91ad8491bc35d8005f2 (diff)
add thumb2 support as an option for cubox-i
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in13
-rw-r--r--target/linux/config/Config.in.kernel3
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