Convert galaxycore GC9X01 to MIPI DBI API. In tree boards and tests using this display have also had their devicetrees updated to use the new MIPI DBI SPI emulated device. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
10 lines
269 B
Text
10 lines
269 B
Text
# Copyright 2023 Martin Kiepfer <mrmarteng@teleschirm.org>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config GC9X01X
|
|
bool "GC9X01X display driver"
|
|
default y
|
|
depends on DT_HAS_GALAXYCORE_GC9X01X_ENABLED
|
|
select MIPI_DBI
|
|
help
|
|
Enable driver for GC9X01X display driver.
|