summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.arm10
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/Configs/Config.arm b/extra/Configs/Config.arm
index 7aec08ce2..26e1f3da4 100644
--- a/extra/Configs/Config.arm
+++ b/extra/Configs/Config.arm
@@ -107,6 +107,16 @@ config CONFIG_ARM1176JZF_S
bool "Arm 1176JZF-S"
select ARCH_HAS_MMU
+config CONFIG_ARM_CORTEX_M3
+ bool "Arm Cortex-M3"
+ select ARCH_HAS_NO_MMU
+ select USE_BX
+
+config CONFIG_ARM_CORTEX_M1
+ bool "Arm Cortex-M1"
+ select ARCH_HAS_NO_MMU
+ select USE_BX
+
config CONFIG_ARM_SA110
bool "Intel StrongArm SA-110"
select ARCH_HAS_MMU