|
# Copyright 2022, NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
DT_COMPAT_RM68200 := raydium,rm68200
|
|
|
|
config RM68200
|
|
bool "RM68200 display driver"
|
|
depends on MIPI_DSI
|
|
default $(dt_compat_enabled,$(DT_COMPAT_RM68200))
|
|
help
|
|
Enable driver for RM68200 display driver.
|