zephyr/drivers/display/Kconfig.hx8394
Daniel DeGrasse a3b8f062f8 drivers: display: add driver for HX8394 TFT LCD controller
Add driver for HX8394 TFT LCD controller. This controller is driven via
MIPI DSI, and is configured for a 720x1280 display

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
2023-07-28 09:06:17 +00:00

11 lines
226 B
Plaintext

# Copyright 2023 NXP
# SPDX-License-Identifier: Apache-2.0
config HX8394
bool "HX8394 display driver"
default y
depends on MIPI_DSI
depends on DT_HAS_HIMAX_HX8394_ENABLED
help
Enable driver for HX8394 display driver.