1# Copyright 2023 NXP
2# SPDX-License-Identifier: Apache-2.0
3
4config HX8394
5	bool "HX8394 display driver"
6	default y
7	depends on MIPI_DSI
8	depends on DT_HAS_HIMAX_HX8394_ENABLED
9	help
10	  Enable driver for HX8394 display driver.
11