From bb2cdc596655bd5c235269eafd78973187000c28 Mon Sep 17 00:00:00 2001 From: Francois Ramu Date: Mon, 11 Apr 2022 11:12:15 +0200 Subject: [PATCH] module: Kconfig stm32 includes the DELAYBLOCK (DLYB) add the config to support the DELAYBLOCK LL driver for stm32 mcus like stm32U5x. Signed-off-by: Francois Ramu --- modules/Kconfig.stm32 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/Kconfig.stm32 b/modules/Kconfig.stm32 index c20ebbbaba3..ddd97fa00e0 100644 --- a/modules/Kconfig.stm32 +++ b/modules/Kconfig.stm32 @@ -552,7 +552,12 @@ config USE_STM32_LL_DAC config USE_STM32_LL_DELAYBLOCK bool help - Enable STM32Cube DelayBlock (DELAYBLOCK) LL module driver + Enable STM32Cube DelayBlock (DELAYBLOCK) LL module driver (stm32H7 or stm32MP1) + +config USE_STM32_LL_DLYB + bool + help + Enable STM32Cube DelayBlock (DELAYBLOCK) LL module driver (stm32U5) config USE_STM32_LL_DMA bool