]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm/mach-stm32: don't select non-existent STM32_RESET
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 25 Feb 2026 07:02:24 +0000 (08:02 +0100)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Thu, 30 Apr 2026 06:01:12 +0000 (08:01 +0200)
Symbol CONFIG_STM32_RESET does not exist.
Don't select it.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
arch/arm/mach-stm32/Kconfig
arch/arm/mach-stm32mp/Kconfig

index de9d8547e61d890aec3c5ad701fc9722830a6d3c..1c6de55914277e20443e39f70dce87c13a0e77cf 100644 (file)
@@ -10,7 +10,6 @@ config STM32F4
        select PINCTRL_STM32
        select RAM
        select STM32_RCC
-       select STM32_RESET
        select STM32_SDRAM
        select STM32_SERIAL
        select STM32_TIMER
@@ -27,7 +26,6 @@ config STM32F7
        select PINCTRL_STM32
        select RAM
        select STM32_RCC
-       select STM32_RESET
        select STM32_SDRAM
        select STM32_SERIAL
        select STM32_TIMER
@@ -47,7 +45,6 @@ config STM32H7
        select RAM
        select REGMAP
        select STM32_RCC
-       select STM32_RESET
        select STM32_SDRAM
        select STM32_SERIAL
        select STM32_TIMER
index 31b2746379d0f5398294bec91d3e313d0c7c1a8e..b64965d204e47e40e55e61805439c2cd426bbde9 100644 (file)
@@ -50,7 +50,6 @@ config STM32MP13X
        select OF_BOARD_SETUP
        select PINCTRL_STM32
        select STM32_RCC
-       select STM32_RESET
        select STM32_SERIAL
        select SUPPORT_SPL if !TFABOOT
        select SYS_ARCH_TIMER
@@ -72,7 +71,6 @@ config STM32MP15X
        select OF_BOARD_SETUP
        select PINCTRL_STM32
        select STM32_RCC
-       select STM32_RESET
        select STM32_SERIAL
        select SUPPORT_SPL
        select SYS_ARCH_TIMER
@@ -91,7 +89,6 @@ config STM32MP21X
        select OF_BOARD
        select PINCTRL_STM32
        select STM32_RCC
-       select STM32_RESET
        select STM32_SERIAL
        select STM32MP_TAMP_NVMEM
        select SYS_ARCH_TIMER
@@ -143,7 +140,6 @@ config STM32MP25X
        select OF_BOARD
        select PINCTRL_STM32
        select STM32_RCC
-       select STM32_RESET
        select STM32_SERIAL
        select SYS_ARCH_TIMER
        select TFABOOT