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:
parent
966fc20fe3
commit
bb2cdc5966
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue