1# Copyright 2022-2023 NXP
2# SPDX-License-Identifier: Apache-2.0
3
4config MIPI_DSI_MCUX
5	bool "NXP MCUX MIPI-DSI Host Controller"
6	default y
7	depends on DT_HAS_NXP_IMX_MIPI_DSI_ENABLED
8	help
9	  NXP MIPI DSI controller driver
10
11config MIPI_DSI_MCUX_2L
12	bool "NXP MCUX MIPI-DSI 2L Controller"
13	default y
14	depends on DT_HAS_NXP_MIPI_DSI_2L_ENABLED
15	help
16	  NXP MIPI DSI 2L controller driver
17