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:
Ioannis Glaropoulos 2019-04-04 19:40:27 +02:00 committed by Kumar Gala
commit ccf90fd9c2
30 changed files with 1 additions and 29 deletions

View file

@ -13,7 +13,6 @@ config SOC_SERIES_STM32L4X
select SOC_FAMILY_STM32
select HAS_STM32CUBE
select CPU_HAS_ARM_MPU
select CPU_HAS_SYSTICK
select CLOCK_CONTROL_STM32_CUBE if CLOCK_CONTROL
help
Enable support for STM32L4 MCU series