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:
parent
cb6097d283
commit
5881f118c0
63 changed files with 4 additions and 62 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue