summaryrefslogtreecommitdiff
path: root/target/config/Config.in.arm.choice
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-23 16:39:17 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-23 16:39:17 +0200
commit2735fdf97305e110eba8e776f8728a52ae886c05 (patch)
tree0ce26ce1066bd7260625ca641b1e64c99015f47f /target/config/Config.in.arm.choice
parent65c2ab93616bdf982152a94ab35c2079a5e3a2d7 (diff)
resolve merge conflict
Diffstat (limited to 'target/config/Config.in.arm.choice')
-rw-r--r--target/config/Config.in.arm.choice34
1 files changed, 34 insertions, 0 deletions
diff --git a/target/config/Config.in.arm.choice b/target/config/Config.in.arm.choice
new file mode 100644
index 000000000..0b6d2081d
--- /dev/null
+++ b/target/config/Config.in.arm.choice
@@ -0,0 +1,34 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+choice
+prompt "Cubox-i model"
+depends on ADK_TARGET_SYSTEM_CUBOX_I
+
+config ADK_TARGET_CUBOX_I4PRO
+ boolean "Solidrun Cubox-i4Pro"
+
+config ADK_TARGET_CUBOX_I2ULTRA
+ boolean "Solidrun Cubox-i2Ultra"
+
+config ADK_TARGET_CUBOX_I2
+ boolean "Solidrun Cubox-i2"
+
+config ADK_TARGET_CUBOX_I1
+ boolean "Solidrun Cubox-i1"
+
+endchoice
+
+choice ADK_TARGET_ARM_FLOAT
+prompt "Target float type"
+depends on ADK_TARGET_CPU_WITH_FPU || ADK_TARGET_SYSTEM_QEMU_ARM
+
+config ADK_TARGET_ARM_HARD_FLOAT
+ boolean "Use hard-float for system with FPU"
+ select ADK_hard_float
+
+config ADK_TARGET_ARM_SOFT_FLOAT
+ boolean "Use soft-float for system without FPU"
+ select ADK_soft_float
+
+endchoice