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:
Erwan Gouriou 2017-04-11 09:43:04 +02:00 committed by Kumar Gala
commit 80b7bec12c

View file

@ -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