soc: arm: select CPU_HAS_SYSTICK in ARCH Kconfig
ARM SysTick timer is implemented by default in ARMv7-M and Mainline ARMv8-M processors, so we include the corresponding Kconfig symbol in arch/arm/core/cortex-M/Kconfig and remove the selections from the Cortex-M SOCs. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
ce0dcea4b1
commit
ccf90fd9c2
30 changed files with 1 additions and 29 deletions
|
@ -10,7 +10,6 @@ config SOC_SERIES_STM32L1X
|
|||
select CPU_CORTEX_M3
|
||||
select SOC_FAMILY_STM32
|
||||
select HAS_STM32CUBE
|
||||
select CPU_HAS_SYSTICK
|
||||
select CLOCK_CONTROL_STM32_CUBE if CLOCK_CONTROL
|
||||
help
|
||||
Enable support for STM32L1 MCU series
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue