From d78842a5fd0383de811d927cbd7e54351f140fdb Mon Sep 17 00:00:00 2001 From: Alain Volmat Date: Mon, 28 Apr 2025 19:06:00 +0200 Subject: [PATCH] modules: stm32: add DCMIPP and DDR modules found on STM32MP13XX Addition of the DCMIPP and DDR modules. Signed-off-by: Alain Volmat --- modules/Kconfig.stm32 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/modules/Kconfig.stm32 b/modules/Kconfig.stm32 index c7d4437fd13..24e90828740 100644 --- a/modules/Kconfig.stm32 +++ b/modules/Kconfig.stm32 @@ -117,6 +117,17 @@ config USE_STM32_HAL_DCMI_EX Enable STM32Cube Extended Digital camera interface (DCM) HAL module driver +config USE_STM32_HAL_DCMIPP + bool + help + Enable STM32Cube Digital Camera Interface Pixel Pipeline (DCMIPP) HAL module + driver + +config USE_STM32_HAL_DDR + bool + help + Enable STM32Cube DDR-SDRAM HAL module driver + config USE_STM32_HAL_DFSDM bool help