zephyr/drivers/mipi_dsi/Kconfig.stm32
Rico Ganahl 06c58fdcc2 drivers: mipi_dsi: Introduce STM32H7 DSI host driver
Initial STM32 MIPI DSI host driver.

Signed-off-by: Rico Ganahl <rico.ganahl@bytesatwork.ch>
2023-04-06 11:51:06 +02:00

12 lines
303 B
Plaintext

# Copyright (c) 2023 bytes at work AG
# SPDX-License-Identifier: Apache-2.0
config MIPI_DSI_STM32
bool "STM32 MIPI-DSI Host Controller"
default y
depends on DT_HAS_ST_STM32_MIPI_DSI_ENABLED
depends on DT_HAS_ST_STM32_LTDC_ENABLED
select USE_STM32_HAL_DSI
help
STM32 MIPI DSI controller driver