Skip to content

Commit c73140e

Browse files
Alain Volmatkartben
authored andcommitted
drivers: mipi_dsi: stm32: ensure RESET is selected
stm32 mipi dsi 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 54c939a commit c73140e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/mipi_dsi/Kconfig.stm32

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ config MIPI_DSI_STM32
66
default y
77
depends on DT_HAS_ST_STM32_MIPI_DSI_ENABLED
88
depends on DT_HAS_ST_STM32_LTDC_ENABLED
9+
select RESET
910
select USE_STM32_HAL_DSI
1011
help
1112
STM32 MIPI DSI controller driver

0 commit comments

Comments
 (0)