From 80b7bec12cc3ec387da981a79ad1f3e8854c3f5a Mon Sep 17 00:00:00 2001 From: Erwan Gouriou Date: Tue, 11 Apr 2017 09:43:04 +0200 Subject: [PATCH] soc: stm32f4: Enable LL based clock control This commit disables native stm32f4x clock control driver and enables stm32 LL clock control driver for stm32f4 family Jira: ZEP-2039 Change-Id: I98ba6c89c4a3a1f39658c5808cd47a2d1f344130 Signed-off-by: Erwan Gouriou --- arch/arm/soc/st_stm32/stm32f4/Kconfig.defconfig.series | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/soc/st_stm32/stm32f4/Kconfig.defconfig.series b/arch/arm/soc/st_stm32/stm32f4/Kconfig.defconfig.series index c1278c1f551..f9727327b35 100644 --- a/arch/arm/soc/st_stm32/stm32f4/Kconfig.defconfig.series +++ b/arch/arm/soc/st_stm32/stm32f4/Kconfig.defconfig.series @@ -43,10 +43,10 @@ endif #SERIAL if CLOCK_CONTROL config CLOCK_CONTROL_STM32F4X - def_bool y + def_bool n config CLOCK_CONTROL_STM32_CUBE - def_bool n + def_bool y endif #CLOCK_CONTROL