1# Copyright (c) 2023 bytes at work AG 2# SPDX-License-Identifier: Apache-2.0 3 4config MIPI_DSI_STM32 5 bool "STM32 MIPI-DSI Host Controller" 6 default y 7 depends on DT_HAS_ST_STM32_MIPI_DSI_ENABLED 8 depends on DT_HAS_ST_STM32_LTDC_ENABLED 9 select USE_STM32_HAL_DSI 10 help 11 STM32 MIPI DSI controller driver 12