First commit to add support for ili9806e_dsi driver Signed-off-by: The Nguyen <the.nguyen.yf@renesas.com>
20 lines
451 B
Text
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
|