From 0b6ee788a600073196cbfbd89c565fba849d696f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 5 Jul 2014 21:13:36 +0200 Subject: add different arm architectures for toolchain building --- target/config/Config.in.arm.choice | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'target/config/Config.in.arm.choice') diff --git a/target/config/Config.in.arm.choice b/target/config/Config.in.arm.choice index a232c7008..5c834c0e9 100644 --- a/target/config/Config.in.arm.choice +++ b/target/config/Config.in.arm.choice @@ -1,6 +1,25 @@ # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. +choice ADK_TARGET_ARM_CPU_MODEL +prompt "CPU model" +depends on ADK_TARGET_TOOLCHAIN && ADK_LINUX_ARM +default ADK_CPU_ARMV7 + +config ADK_CPU_ARMV5TE + boolean "armv5te" + select ADK_armv5te + +config ADK_CPU_ARMV6 + boolean "armv6" + select ADK_armv6 + +config ADK_CPU_ARMV7A + boolean "armv7-a" + select ADK_armv7a + +endchoice + choice prompt "Cubox-i model" depends on ADK_TARGET_SYSTEM_CUBOX_I @@ -21,7 +40,7 @@ endchoice choice ADK_TARGET_ARM_FLOAT prompt "Target float type" -depends on ADK_TARGET_CPU_WITH_FPU || ADK_TARGET_SYSTEM_QEMU_ARM +depends on ADK_TARGET_CPU_WITH_FPU || ADK_TARGET_SYSTEM_QEMU_ARM || ADK_TARGET_TOOLCHAIN config ADK_TARGET_ARM_HARD_FLOAT boolean "Use hard-float for system with FPU" -- cgit v1.2.3