1# Copyright 2024 XuYang Shen <shenxuyang@shlinyuantech.com>
2# SPDX-License-Identifier: Apache-2.0
3
4config IST3931
5	bool "IST3931 display driver"
6	default y
7	depends on DT_HAS_ISTECH_IST3931_ENABLED
8	select I2C
9	help
10	  Enable driver for IST3931 display driver.
11