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 <erwan.gouriou@linaro.org>
This commit is contained in:
parent
d3951673e4
commit
80b7bec12c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue