arch/arm/stm32/Kconfig: fix Kconfig error

fix Kconfig error related to STM32_HAVE_HRTIM1_PLLCLK
This commit is contained in:
raiden00pl
2024-10-28 08:25:33 +01:00
committed by Xiang Xiao
parent e174d73cd9
commit 7ebb8af454
+4 -4
View File
@@ -2251,6 +2251,10 @@ config STM32_HAVE_HRTIM1
bool
default n
config STM32_HAVE_HRTIM1_PLLCLK
bool
default n
config STM32_HAVE_LTDC
bool
default n
@@ -8106,10 +8110,6 @@ config STM32_HRTIM_FAULT4
endif # STM32_HRTIM_FAULTS
config STM32_HAVE_HRTIM1_PLLCLK
bool
default n
config STM32_HRTIM_CLK_FROM_PLL
bool "HRTIM Clock from PLL"
default n