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 <francois.ramu@st.com>
This commit is contained in:
Francois Ramu 2022-04-11 11:12:15 +02:00 committed by Maureen Helm
parent 966fc20fe3
commit bb2cdc5966
1 changed files with 6 additions and 1 deletions

View File

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