]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: introduce ARM_SINGLE_ARMV7M for ARMv7-M platforms
authorStefan Agner <stefan@agner.ch>
Tue, 19 May 2015 22:03:51 +0000 (00:03 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 20 May 2015 21:10:00 +0000 (23:10 +0200)
commitc57f881032fbc7b0656b936fd79e76a7f4b8e136
tree12b5f37d5a0eb60a40d28db5d02adb1ece9deb53
parentd10339d07a54c8e71dd577579250c31fa752f905
ARM: introduce ARM_SINGLE_ARMV7M for ARMv7-M platforms

This introduces a new top level config symbol ARM_SINGLE_ARMV7M
for non-MMU, ARMv7-M platforms. It also support multiple ARMv7-M
platforms in one kernel image since the cores share the same
basic memory layout and interrupt controller. However, this works
only if the combined platforms also have a similar (main) memory
layout.

Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/Kconfig
arch/arm/Kconfig.debug