902f42f491
* Utilize DT_HAS_<COMPAT>_ENABLED for devicetree based drivers
* Move to using 'select SPI' instead of 'depends on'
(see commit df81fef944
for
more details)
Signed-off-by: Kumar Gala <galak@kernel.org>
11 lines
233 B
Plaintext
11 lines
233 B
Plaintext
# Copyright 2022, NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config RM68200
|
|
bool "RM68200 display driver"
|
|
default y
|
|
depends on MIPI_DSI
|
|
depends on DT_HAS_RAYDIUM_RM68200_ENABLED
|
|
help
|
|
Enable driver for RM68200 display driver.
|