1# Copyright 2023, NXP 2# SPDX-License-Identifier: Apache-2.0 3 4config RM67162 5 bool "RM67162 display driver" 6 default y 7 select MIPI_DSI 8 depends on DT_HAS_RAYDIUM_RM67162_ENABLED 9 help 10 Enable driver for RM67162 display driver. 11