Skip to content

Commit 54c939a

Browse files
Alain Volmatkartben
authored andcommitted
drivers: video: stm32: dcmi: ensure RESET is selected
stm32 dcmi driver requires a reset control hence ensure that CONFIG_RESET is properly selected to allow proper build. Signed-off-by: Alain Volmat <[email protected]>
1 parent 4542ab9 commit 54c939a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/video/Kconfig.stm32_dcmi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ config VIDEO_STM32_DCMI
1010
default y
1111
depends on DT_HAS_ST_STM32_DCMI_ENABLED
1212
select PINCTRL
13+
select RESET
1314
select USE_STM32_HAL_DCMI
1415
select USE_STM32_HAL_MDMA if SOC_SERIES_STM32H7X
1516
select DMA if $(DT_STM32_DCMI_HAS_DMA)

0 commit comments

Comments
 (0)