We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e174d73 commit 7ebb8afCopy full SHA for 7ebb8af
arch/arm/src/stm32/Kconfig
@@ -2251,6 +2251,10 @@ config STM32_HAVE_HRTIM1
2251
bool
2252
default n
2253
2254
+config STM32_HAVE_HRTIM1_PLLCLK
2255
+ bool
2256
+ default n
2257
+
2258
config STM32_HAVE_LTDC
2259
2260
@@ -8106,10 +8110,6 @@ config STM32_HRTIM_FAULT4
8106
8110
8107
8111
endif # STM32_HRTIM_FAULTS
8108
8112
8109
-config STM32_HAVE_HRTIM1_PLLCLK
- bool
- default n
-
8113
config STM32_HRTIM_CLK_FROM_PLL
8114
bool "HRTIM Clock from PLL"
8115
0 commit comments