zephyr/drivers/display/Kconfig.rm68200
Kumar Gala 902f42f491 drivers: display: Update Kconfig
* 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>
2022-08-09 12:27:44 +02:00

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.