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 6ed002ddae.

Signed-off-by: Mathieu Choplain <mathieu.choplain@st.com>
This commit is contained in:
Mathieu Choplain 2024-07-30 14:29:15 +02:00 committed by Maureen Helm
parent 816b61552a
commit d50e190b02

View File

@ -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