soc: stm32: Enable cortex-m systick timer by default

Move systick activation in soc/ as a Kconfig.defconfig file and
remove activation in boards _defconfig files.
This will allow to deactivate it in a more flexible way
with upcoming LPTIMER as tick source when power management
features are enabled.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2019-10-10 13:53:52 +02:00 committed by Anas Nashif
commit 5881f118c0
63 changed files with 4 additions and 62 deletions

View file

@ -9,6 +9,10 @@
if SOC_FAMILY_STM32
# SYSTICK is the default tick source on STM32 Socs
config CORTEX_M_SYSTICK
default y
if CLOCK_CONTROL
config CLOCK_CONTROL_STM32_CUBE