Skip to content

Commit d78842a

Browse files
Alain Volmatkartben
authored andcommitted
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>
1 parent 5a672f6 commit d78842a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

modules/Kconfig.stm32

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,17 @@ config USE_STM32_HAL_DCMI_EX
117117
Enable STM32Cube Extended Digital camera interface (DCM) HAL module
118118
driver
119119

120+
config USE_STM32_HAL_DCMIPP
121+
bool
122+
help
123+
Enable STM32Cube Digital Camera Interface Pixel Pipeline (DCMIPP) HAL module
124+
driver
125+
126+
config USE_STM32_HAL_DDR
127+
bool
128+
help
129+
Enable STM32Cube DDR-SDRAM HAL module driver
130+
120131
config USE_STM32_HAL_DFSDM
121132
bool
122133
help

0 commit comments

Comments
 (0)