From 6ed002ddae64043778e4cca9f05f12c4f4dff455 Mon Sep 17 00:00:00 2001 From: Erwan Gouriou Date: Mon, 4 Dec 2023 15:28:09 +0100 Subject: [PATCH] modules: Kconfig.stm32: Add Kconfig symbol for RAMCFG RAMCFG will be required for STM32WBA BLE support. Signed-off-by: Erwan Gouriou --- modules/Kconfig.stm32 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/Kconfig.stm32 b/modules/Kconfig.stm32 index ad598f63006..57749a8ec6b 100644 --- a/modules/Kconfig.stm32 +++ b/modules/Kconfig.stm32 @@ -447,6 +447,11 @@ 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