summaryrefslogtreecommitdiff
path: root/target/config/Config.in.tc
diff options
context:
space:
mode:
Diffstat (limited to 'target/config/Config.in.tc')
-rw-r--r--target/config/Config.in.tc11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/config/Config.in.tc b/target/config/Config.in.tc
index ab2ead75d..5e3805100 100644
--- a/target/config/Config.in.tc
+++ b/target/config/Config.in.tc
@@ -5,9 +5,20 @@ choice ADK_TARGET_CPU
prompt "CPU type"
depends on ADK_TARGET_TOOLCHAIN && \
( ADK_TARGET_ARCH_CRIS \
+ || ADK_TARGET_ARCH_ARC \
|| ADK_TARGET_ARCH_ARM \
|| ADK_TARGET_ARCH_X86 )
+config ADK_TARGET_CPU_ARC_ARC700
+ bool "ARC700 (ARCv1)"
+ select ADK_CPU_ARC700
+ depends on ADK_TARGET_ARCH_ARC
+
+config ADK_TARGET_CPU_ARC_ARC_HS
+ bool "ARC HS (ARCv2)"
+ select ADK_CPU_ARC_HS
+ depends on ADK_TARGET_ARCH_ARC
+
config ADK_TARGET_CPU_ARM_CORTEX_A9
bool "cortex-a9"
select ADK_CPU_CORTEX_A9