Convert UC81XX display to use MIPI DBI API, as this display uses a SPI 3/4 wire bus. In tree shields using this driver have also had their devicetrees updated to use the new MIPI DBI SPI driver Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
12 lines
410 B
Text
12 lines
410 B
Text
# UC81xx display controller configuration options
|
|
|
|
# Copyright (c) 2020 Phytec Messtechnik GmbH
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config UC81XX
|
|
bool "UltraChip UC81xx compatible display controller driver"
|
|
default y
|
|
depends on DT_HAS_ULTRACHIP_UC8175_ENABLED || DT_HAS_ULTRACHIP_UC8176_ENABLED || DT_HAS_ULTRACHIP_UC8179_ENABLED
|
|
select MIPI_DBI
|
|
help
|
|
Enable driver for UC81xx compatible controller.
|