Browse Source

modules: stm32: add DCMIPP and DDR modules found on STM32MP13XX

Addition of the DCMIPP and DDR modules.

Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
pull/89356/head
Alain Volmat 2 months ago committed by Benjamin Cabé
parent
commit
d78842a5fd
  1. 11
      modules/Kconfig.stm32

11
modules/Kconfig.stm32

@ -117,6 +117,17 @@ config USE_STM32_HAL_DCMI_EX @@ -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

Loading…
Cancel
Save