zephyr/drivers/display/Kconfig.st7796s
Daniel DeGrasse 8ffd1e2f53 drivers: display: add driver for ST7796s display
Add driver for ST7796s display. This is a MIPI DBI display controller,
with a frame memory of 320x480x18 pixels. Support for 4 wire SPI mode is
implemented using the MIPI DBI API.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
2024-04-08 09:04:06 +02:00

11 lines
229 B
Plaintext

# Copyright 2023 NXP
# SPDX-License-Identifier: Apache-2.0
config ST7796S
bool "ST7796S display driver"
default y
depends on DT_HAS_SITRONIX_ST7796S_ENABLED
select MIPI_DBI
help
Enable driver for ST7796S display driver.