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:
parent
812b999731
commit
ce0dcea4b1
5 changed files with 0 additions and 5 deletions
|
@ -7,7 +7,6 @@
|
|||
|
||||
config SOC_SERIES_MEC1701X
|
||||
bool "Microchip MEC1701X Series"
|
||||
select CPU_CORTEX_M
|
||||
select CPU_CORTEX_M4
|
||||
select SOC_FAMILY_MEC
|
||||
select CPU_HAS_SYSTICK
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
config SOC_SERIES_IMX_6X_M4
|
||||
bool "i.MX 6SoloX M4 Core Series"
|
||||
select CPU_CORTEX_M
|
||||
select CPU_CORTEX_M4
|
||||
select HAS_IMX_HAL
|
||||
select SOC_FAMILY_IMX
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
config SOC_SERIES_IMX7_M4
|
||||
bool "i.MX7 M4 Core Series"
|
||||
select CPU_CORTEX_M
|
||||
select CPU_CORTEX_M4
|
||||
select SOC_FAMILY_IMX
|
||||
select CPU_HAS_SYSTICK
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
config SOC_SERIES_EFM32HG
|
||||
bool "EFM32HG Series MCU"
|
||||
select CPU_CORTEX_M
|
||||
select CPU_CORTEX_M0PLUS
|
||||
select SOC_FAMILY_EXX32
|
||||
select CPU_HAS_SYSTICK
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
config SOC_SERIES_STM32F2X
|
||||
bool "stm32f2x Series MCU"
|
||||
select CPU_CORTEX_M
|
||||
select CPU_CORTEX_M3
|
||||
select SOC_FAMILY_STM32
|
||||
select HAS_STM32CUBE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue