commit | b3b57e8e11c88533790fbb8975d4af95cde5a7e3 | [log] [tgz] |
---|---|---|
author | rev13@wp.pl <rev13@wp.pl> | Sun Mar 01 12:44:39 2015 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 22 12:14:55 2015 -0400 |
tree | 9d4f065d21466e06071d29b1b86eb6d185f0dffb | |
parent | 20072f8e36f57422b6346182115c48b4c92f25ab [diff] [blame] |
ARM: Add ARMv7-M support Signed-off-by: Kamil Lulko <rev13@wp.pl>
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 3702bb0..987f391 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig
@@ -33,6 +33,9 @@ bool select HAS_VBAR +config CPU_V7M + bool + config CPU_PXA bool @@ -47,6 +50,7 @@ default "arm1136" if CPU_ARM1136 default "arm1176" if CPU_ARM1176 default "armv7" if CPU_V7 + default "armv7m" if CPU_V7M default "pxa" if CPU_PXA default "sa1100" if CPU_SA1100 default "armv8" if ARM64