soc: stm32: Select CLOCK_CONTROL by default for whole family
CLOCK_CONTROL subsystem is expected to be enabled systematically on all STM32 devices. Make it a series default. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
This commit is contained in:
parent
82f8c3e3c5
commit
1483396157
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ if SOC_FAMILY_STM32
|
|||
|
||||
rsource "*/Kconfig.defconfig"
|
||||
|
||||
config CLOCK_CONTROL
|
||||
default y
|
||||
|
||||
config CORTEX_M_SYSTICK
|
||||
default n if STM32_LPTIM_TIMER
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue