Skip to content

Commit 4542ab9

Browse files
Alain Volmatkartben
authored andcommitted
drivers: video: stm32: dcmipp: ensure RESET/PINCTRL are selected
stm32 dcmipp driver requires a reset control and pinctrl (depending on the configuration) hence ensure that CONFIG_RESET and CONFIG_PINCTRL are properly selected to allow proper build. Signed-off-by: Alain Volmat <[email protected]>
1 parent f38a326 commit 4542ab9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/video/Kconfig.stm32_dcmipp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ config VIDEO_STM32_DCMIPP
99
depends on DT_HAS_ST_STM32_DCMIPP_ENABLED
1010
select USE_STM32_HAL_DCMIPP
1111
select USE_STM32_HAL_RIF if SOC_SERIES_STM32N6X
12+
select RESET
13+
select PINCTRL
1214
help
1315
Enable driver for STM32 Digital Camera Memory Interface Pixel Processor
1416
(DCMIPP) peripheral

0 commit comments

Comments
 (0)