zephyr/drivers/clock_control
Erwan Gouriou 2bd15aa774 drivers: clock_control: stm32: Remove unsupported clock configuration
In stm32 clock_control driver, Kconfig symbol CLOCK_STM32_PLL_PREDIV1
in stm32f3 series was set as conditional on the activation of some
specific STM32F3 SoCs that are not supported yet in Zephyr.
Remove this flag.
In order not to loose a rather studious part of code, comment it out
and set a TODO to specify how to re-enable it once it will be
required.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2018-05-24 08:04:00 -04:00
..
beetle_clock_control.c
clock_control_mcux_ccm.c
clock_control_mcux_sim.c
CMakeLists.txt
Kconfig
Kconfig.beetle
Kconfig.mcux_ccm
Kconfig.mcux_sim
Kconfig.nrf5
Kconfig.quark_se
Kconfig.stm32
nrf5_power_clock.c
quark_se_clock_control.c
stm32_ll_clock.c
stm32_ll_clock.h
stm32f1x_ll_clock.c
stm32f3x_ll_clock.c
stm32f4x_ll_clock.c
stm32f0x_ll_clock.c
stm32l4x_ll_clock.c
stm32l0x_ll_clock.c