This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 7ebb8af454 arch/arm/stm32/Kconfig: fix Kconfig error
7ebb8af454 is described below

commit 7ebb8af4543dea84d74721ab8a0eb724ccb44169
Author: raiden00pl <[email protected]>
AuthorDate: Mon Oct 28 08:25:33 2024 +0100

    arch/arm/stm32/Kconfig: fix Kconfig error
    
    fix Kconfig error related to STM32_HAVE_HRTIM1_PLLCLK
---
 arch/arm/src/stm32/Kconfig | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/src/stm32/Kconfig b/arch/arm/src/stm32/Kconfig
index 7196278c78..1d3211a178 100644
--- a/arch/arm/src/stm32/Kconfig
+++ b/arch/arm/src/stm32/Kconfig
@@ -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

Reply via email to