diff options
author | Vladimir Murzin <vladimir.murzin@arm.com> | 2016-04-25 04:49:13 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-04-26 06:50:01 -0400 |
commit | 1847119dcc9841120dbdc45c0d049f37beed7a71 (patch) | |
tree | 83d154cbe992e90a97ba8269cfc19bfad6c4b373 /arch/arm/Kconfig | |
parent | 01bbcdffa90d13f61d8034ef82a68484edbc2f5c (diff) |
ARM: vexpress/mps2: introduce MPS2 platform
The Cortex-M Prototyping System (or V2M-MPS2) is designed for
prototyping and evaluation Cortex-M family of processors including the
latest Cortex-M7
It comes with a range of useful peripherals including 8MB single cycle
SRAM, 16MB PSRAM, Ethernet, QSVGA touch screen panel, 4bit RGB VGA
connector, Audio, SPI and GPIO.
Signed-off-by: Vladimir Murzin <vladimir.murzin@arm.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index cdfa6c2b7626..6cda5dc5575b 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -892,6 +892,18 @@ config MACH_STM32F429 | |||
892 | depends on ARCH_STM32 | 892 | depends on ARCH_STM32 |
893 | default y | 893 | default y |
894 | 894 | ||
895 | config ARCH_MPS2 | ||
896 | bool "ARM MPS2 paltform" | ||
897 | depends on ARM_SINGLE_ARMV7M | ||
898 | select ARM_AMBA | ||
899 | select CLKSRC_MPS2 | ||
900 | help | ||
901 | Support for Cortex-M Prototyping System (or V2M-MPS2) which comes | ||
902 | with a range of available cores like Cortex-M3/M4/M7. | ||
903 | |||
904 | Please, note that depends which Application Note is used memory map | ||
905 | for the platform may vary, so adjustment of RAM base might be needed. | ||
906 | |||
895 | # Definitions to make life easier | 907 | # Definitions to make life easier |
896 | config ARCH_ACORN | 908 | config ARCH_ACORN |
897 | bool | 909 | bool |