zephyr/drivers/display/Kconfig.otm8009a
Rico Ganahl 84fc689d48 drivers: display: introduce otm8009a
Initial support for otm8009a display.

Signed-off-by: Rico Ganahl <rico.ganahl@bytesatwork.ch>
2023-04-06 11:51:06 +02:00

21 lines
430 B
Plaintext

# Copyright (c) 2023 bytes at work AG
# SPDX-License-Identifier: Apache-2.0
config OTM8009A
bool "OTM8009A display driver"
default y
depends on DT_HAS_ORISETECH_OTM8009A_ENABLED
select MIPI_DSI
help
Enable driver for OTM8009A display driver.
if OTM8009A
config DISPLAY_OTM8009A_INIT_PRIORITY
int "Initialization priority"
default DISPLAY_INIT_PRIORITY
help
OTM8009A display driver initialization priority.
endif