zephyr/drivers/display/Kconfig.ili9806e_dsi
The Nguyen 1d6a453a6a drivers: display: add support for ili9806e_dsi driver
First commit to add support for ili9806e_dsi driver

Signed-off-by: The Nguyen <the.nguyen.yf@renesas.com>
2024-12-20 23:53:37 +02:00

20 lines
451 B
Text

# Copyright (c) 2024 Renesas Electronics Corporation
# SPDX-License-Identifier: Apache-2.0
config ILI9806E_DSI
bool "ILI9806E_DSI display driver"
default y
depends on DT_HAS_ILITEK_ILI9806E_DSI_ENABLED
select MIPI_DSI
help
Enable driver for ILI9806E_DSI display driver.
if ILI9806E_DSI
config DISPLAY_ILI9806E_DSI_INIT_PRIORITY
int "Initialization priority"
default 90
help
ILI9806E_DSI display driver initialization priority.
endif