1# Copyright 2025 NXP
2#
3# SPDX-License-Identifier: Apache-2.0
4
5config WAVESHARE_DSI2DPI
6 bool "Waveshare DSI-to-DPI bridge driver"
7 default y
8 select MIPI_DSI
9 select I2C
10 depends on DT_HAS_WAVESHARE_DSI2DPI_ENABLED
11 help
12 Enable driver for Waveshare DSI-to-DPI display bridge.
13