Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
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.
 
 
 
 
 
 

20 lines
430 B

# 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