Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
8e881959a49467e70c786a30987a367e22bb4014
/
.
/
drivers
/
display
/
Kconfig.st7796s
blob: a7cd7a549efaeecf40970a5d360cebc40ec2392f [
file
] [
log
] [
blame
]
# 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
.