1# Copyright (c) 2023 bytes at work AG
2# SPDX-License-Identifier: Apache-2.0
3
4config OTM8009A
5	bool "OTM8009A display driver"
6	default y
7	depends on DT_HAS_ORISETECH_OTM8009A_ENABLED
8	select MIPI_DSI
9	help
10	  Enable driver for OTM8009A display driver.
11
12if OTM8009A
13
14config DISPLAY_OTM8009A_INIT_PRIORITY
15	int "Initialization priority"
16	default DISPLAY_INIT_PRIORITY
17	help
18	  OTM8009A display driver initialization priority.
19
20endif
21