11 lines
261 B
Plaintext
11 lines
261 B
Plaintext
|
# Copyright 2024 XuYang Shen <shenxuyang@shlinyuantech.com>
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
config IST3931
|
||
|
bool "IST3931 display driver"
|
||
|
default y
|
||
|
depends on DT_HAS_ISTECH_IST3931_ENABLED
|
||
|
select I2C
|
||
|
help
|
||
|
Enable driver for IST3931 display driver.
|