5cc33d2a3c
Introduce driver for MCUX MIPI DSI 2L. This IP block differs slightly from the existing MCUX MIPI peripheral, and uses a different hardware abstraction layer. For these reasons, a new driver was introduced rather than extending the existing mcux_dsi implementation. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
17 lines
385 B
Plaintext
17 lines
385 B
Plaintext
# Copyright 2022-2023 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config MIPI_DSI_MCUX
|
|
bool "NXP MCUX MIPI-DSI Host Controller"
|
|
default y
|
|
depends on DT_HAS_NXP_IMX_MIPI_DSI_ENABLED
|
|
help
|
|
NXP MIPI DSI controller driver
|
|
|
|
config MIPI_DSI_MCUX_2L
|
|
bool "NXP MCUX MIPI-DSI 2L Controller"
|
|
default y
|
|
depends on DT_HAS_NXP_MIPI_DSI_2L_ENABLED
|
|
help
|
|
NXP MIPI DSI 2L controller driver
|