mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-27 10:55:22 +00:00
* Utilize DT_HAS_<COMPAT>_ENABLED for devicetree based drivers
* Move to using 'select SPI' instead of 'depends on'
(see commit df81fef944
for
more details)
Signed-off-by: Kumar Gala <galak@kernel.org>
13 lines
370 B
Plaintext
13 lines
370 B
Plaintext
# 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_UC8176_ENABLED || DT_HAS_ULTRACHIP_UC8179_ENABLED
|
|
select SPI
|
|
help
|
|
Enable driver for UC81xx compatible controller.
|