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