1# Copyright 2024 NXP 2# SPDX-License-Identifier: Apache-2.0 3 4config MIPI_DBI_NXP_FLEXIO_LCDIF 5 bool "MIPI DBI driver for NXP Flexio LCDIF" 6 default y 7 depends on DT_HAS_NXP_MIPI_DBI_FLEXIO_LCDIF_ENABLED 8 depends on CLOCK_CONTROL 9 select MCUX_FLEXIO 10 select DMA 11 select PINCTRL 12 help 13 Enable support for MIPI DBI driver for NXP FlexIO based LCDIF controller. 14