Rename option CPU_CORTEXM to CPU_CORTEX_M

Makes name more consistent with other CPU_CORTEX_M* options.

Change-Id: I65968cb300207ba0de6231d9a67f2720be77b6ba
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
Peter Mitsis 2015-06-17 11:16:57 -04:00 committed by Anas Nashif
commit 25fd37d9d5
12 changed files with 24 additions and 24 deletions

View file

@ -83,7 +83,7 @@ CONFIG_BSP_FSL_FRDM_K64F=y
# ARM Cortex CPU options
#
CONFIG_CPU_CORTEX=y
CONFIG_CPU_CORTEXM=y
CONFIG_CPU_CORTEX_M=y
CONFIG_CPU_CORTEX_M3_M4=y
CONFIG_CPU_CORTEX_M3=y
CONFIG_CPU_CORTEX_M4=y