soc: arm: remove redundant CPU_CORTEX_M selection

CPU_CORTEX_M does not need to be selected by Kconfig
symbols that already select a CORTEX_M variant.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
Ioannis Glaropoulos 2019-04-04 19:42:38 +02:00 committed by Kumar Gala
commit ce0dcea4b1
5 changed files with 0 additions and 5 deletions

View file

@ -7,7 +7,6 @@
config SOC_SERIES_MEC1701X config SOC_SERIES_MEC1701X
bool "Microchip MEC1701X Series" bool "Microchip MEC1701X Series"
select CPU_CORTEX_M
select CPU_CORTEX_M4 select CPU_CORTEX_M4
select SOC_FAMILY_MEC select SOC_FAMILY_MEC
select CPU_HAS_SYSTICK select CPU_HAS_SYSTICK

View file

@ -7,7 +7,6 @@
config SOC_SERIES_IMX_6X_M4 config SOC_SERIES_IMX_6X_M4
bool "i.MX 6SoloX M4 Core Series" bool "i.MX 6SoloX M4 Core Series"
select CPU_CORTEX_M
select CPU_CORTEX_M4 select CPU_CORTEX_M4
select HAS_IMX_HAL select HAS_IMX_HAL
select SOC_FAMILY_IMX select SOC_FAMILY_IMX

View file

@ -7,7 +7,6 @@
config SOC_SERIES_IMX7_M4 config SOC_SERIES_IMX7_M4
bool "i.MX7 M4 Core Series" bool "i.MX7 M4 Core Series"
select CPU_CORTEX_M
select CPU_CORTEX_M4 select CPU_CORTEX_M4
select SOC_FAMILY_IMX select SOC_FAMILY_IMX
select CPU_HAS_SYSTICK select CPU_HAS_SYSTICK

View file

@ -7,7 +7,6 @@
config SOC_SERIES_EFM32HG config SOC_SERIES_EFM32HG
bool "EFM32HG Series MCU" bool "EFM32HG Series MCU"
select CPU_CORTEX_M
select CPU_CORTEX_M0PLUS select CPU_CORTEX_M0PLUS
select SOC_FAMILY_EXX32 select SOC_FAMILY_EXX32
select CPU_HAS_SYSTICK select CPU_HAS_SYSTICK

View file

@ -7,7 +7,6 @@
config SOC_SERIES_STM32F2X config SOC_SERIES_STM32F2X
bool "stm32f2x Series MCU" bool "stm32f2x Series MCU"
select CPU_CORTEX_M
select CPU_CORTEX_M3 select CPU_CORTEX_M3
select SOC_FAMILY_STM32 select SOC_FAMILY_STM32
select HAS_STM32CUBE select HAS_STM32CUBE