arch/stm32: PLL clock is not available for HRTIM clock source on STM32G47XX devices (STM32F3XXX only).

This commit is contained in:
Daniel P. Carvalho 2024-06-26 10:30:08 -03:00 committed by Mateusz Szafoni
parent c045558241
commit fa80408a06

View File

@ -1536,6 +1536,7 @@ config STM32_STM32F33XX
select ARCH_CORTEXM4 select ARCH_CORTEXM4
select ARCH_HAVE_FPU select ARCH_HAVE_FPU
select STM32_HAVE_HRTIM1 select STM32_HAVE_HRTIM1
select STM32_HAVE_HRTIM1_PLLCLK
select STM32_HAVE_COMP2 select STM32_HAVE_COMP2
select STM32_HAVE_COMP4 select STM32_HAVE_COMP4
select STM32_HAVE_COMP6 select STM32_HAVE_COMP6
@ -8104,9 +8105,14 @@ config STM32_HRTIM_FAULT4
endif # STM32_HRTIM_FAULTS endif # STM32_HRTIM_FAULTS
config STM32_HAVE_HRTIM1_PLLCLK
bool
default n
config STM32_HRTIM_CLK_FROM_PLL config STM32_HRTIM_CLK_FROM_PLL
bool "HRTIM Clock from PLL" bool "HRTIM Clock from PLL"
default n default n
depends on STM32_HAVE_HRTIM1_PLLCLK
---help--- ---help---
Set PLL as the clock source for HRTIM. Set PLL as the clock source for HRTIM.
This configuration requires the following conditions: This configuration requires the following conditions: