zephyr/drivers/display/Kconfig.ist3931
Shen Xuyang 74f3bf3aa4 driver: display: Add driver for diplay controller ist3931
Add the driver of diplay controller ist3931, i2c/spi
128x64 monocolor display driver. Only the i2c mode
driver of the controller is implemented and tested.

Signed-off-by: Shen Xuyang <shenxuyang@shlinyuantech.com>
2024-09-06 12:03:57 -05:00

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.