a3b8f062f8
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>
11 lines
226 B
Plaintext
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.
|