clock control: clean up after stm32cube LL driver
After introduction and activation of STM32Cube LL based driver on F3 and L4 series, this commit removes the no more needed code for native driver for these soc. Change-Id: I266d1a3fc4b464cee34b1cc1a1a333c5bf923e41 Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
c4154fd591
commit
3c389b54f0
12 changed files with 0 additions and 1297 deletions
|
@ -46,20 +46,6 @@ CONFIG_CLOCK_STM32_AHB_PRESCALER=1
|
|||
CONFIG_CLOCK_STM32_APB1_PRESCALER=1
|
||||
CONFIG_CLOCK_STM32_APB2_PRESCALER=1
|
||||
|
||||
CONFIG_CLOCK_CONTROL_STM32L4X=n
|
||||
CONFIG_CLOCK_STM32L4X_SYSCLK_SRC_PLL=y
|
||||
# use 16MHz oscillator
|
||||
CONFIG_CLOCK_STM32F10X_PLL_SRC_HSI=y
|
||||
# produce 80MHz clock at PLL output
|
||||
CONFIG_CLOCK_STM32L4X_PLL_DIVISOR=1
|
||||
CONFIG_CLOCK_STM32L4X_PLL_MULTIPLIER=20
|
||||
CONFIG_CLOCK_STM32L4X_PLL_P_DIVISOR=7
|
||||
CONFIG_CLOCK_STM32L4X_PLL_Q_DIVISOR=2
|
||||
CONFIG_CLOCK_STM32L4X_PLL_R_DIVISOR=4
|
||||
CONFIG_CLOCK_STM32L4X_AHB_PRESCALER=0
|
||||
CONFIG_CLOCK_STM32L4X_APB1_PRESCALER=0
|
||||
CONFIG_CLOCK_STM32L4X_APB2_PRESCALER=0
|
||||
|
||||
# console
|
||||
CONFIG_CONSOLE=y
|
||||
CONFIG_UART_CONSOLE=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue