2022-07-16 18:28:08 +08:00
|
|
|
# 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"
|
2022-08-08 23:18:55 +08:00
|
|
|
default y
|
2023-09-15 05:32:17 +08:00
|
|
|
depends on DT_HAS_ULTRACHIP_UC8175_ENABLED || DT_HAS_ULTRACHIP_UC8176_ENABLED || DT_HAS_ULTRACHIP_UC8179_ENABLED
|
2024-06-06 00:52:28 +08:00
|
|
|
select MIPI_DBI
|
2022-07-16 18:28:08 +08:00
|
|
|
help
|
|
|
|
Enable driver for UC81xx compatible controller.
|