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_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