You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
410 B
12 lines
410 B
# 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.
|
|
|