Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
7d3fe8ea006cecd2c74aeef3f0e71bdf11fc5078
/
.
/
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
.