Skip to content

Commit ce0dcea

Browse files
ioannisggalak
authored andcommitted
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 <[email protected]>
1 parent 812b999 commit ce0dcea

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

soc/arm/microchip_mec/mec1701/Kconfig.series

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
config SOC_SERIES_MEC1701X
99
bool "Microchip MEC1701X Series"
10-
select CPU_CORTEX_M
1110
select CPU_CORTEX_M4
1211
select SOC_FAMILY_MEC
1312
select CPU_HAS_SYSTICK

soc/arm/nxp_imx/mcimx6x_m4/Kconfig.series

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
config SOC_SERIES_IMX_6X_M4
99
bool "i.MX 6SoloX M4 Core Series"
10-
select CPU_CORTEX_M
1110
select CPU_CORTEX_M4
1211
select HAS_IMX_HAL
1312
select SOC_FAMILY_IMX

soc/arm/nxp_imx/mcimx7_m4/Kconfig.series

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
config SOC_SERIES_IMX7_M4
99
bool "i.MX7 M4 Core Series"
10-
select CPU_CORTEX_M
1110
select CPU_CORTEX_M4
1211
select SOC_FAMILY_IMX
1312
select CPU_HAS_SYSTICK

soc/arm/silabs_exx32/efm32hg/Kconfig.series

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
config SOC_SERIES_EFM32HG
99
bool "EFM32HG Series MCU"
10-
select CPU_CORTEX_M
1110
select CPU_CORTEX_M0PLUS
1211
select SOC_FAMILY_EXX32
1312
select CPU_HAS_SYSTICK

soc/arm/st_stm32/stm32f2/Kconfig.series

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
config SOC_SERIES_STM32F2X
99
bool "stm32f2x Series MCU"
10-
select CPU_CORTEX_M
1110
select CPU_CORTEX_M3
1211
select SOC_FAMILY_STM32
1312
select HAS_STM32CUBE

0 commit comments

Comments
 (0)