From 43175d1942b19783a297216624ba84e5e9a8c458 Mon Sep 17 00:00:00 2001 From: Mathieu Choplain Date: Tue, 30 Jul 2024 14:29:15 +0200 Subject: [PATCH] modules: Kconfig.stm32: remove duplicate Kconfig symbol for RAMCFG Remove the duplicate `USE_STM32_HAL_RAMCFG` Kconfig symbol definition from Kconfig.stm32, which was introduced by accident in PR #66181, commit 6ed002ddae64043778e4cca9f05f12c4f4dff455. Signed-off-by: Mathieu Choplain --- modules/Kconfig.stm32 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/Kconfig.stm32 b/modules/Kconfig.stm32 index 57749a8ec6b4d7..ad598f6300685d 100644 --- a/modules/Kconfig.stm32 +++ b/modules/Kconfig.stm32 @@ -447,11 +447,6 @@ config USE_STM32_HAL_RAMECC help Enable STM32Cube RAM ECC monitoring (RAMECC) HAL module driver -config USE_STM32_HAL_RAMCFG - bool - help - Enable STM32Cube RAM config (RAMCFG) HAL module driver - config USE_STM32_HAL_RNG bool help