Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
c79c4ef9a841446c2cbdffab5016407b9e15df22
/
.
/
drivers
/
display
/
Kconfig.st7701
blob: 6a71f1f68af4f170a2deed6e14093fadf44402ba [
file
] [
log
] [
blame
]
# Copyright (c) 2025 Arduino SA
# SPDX-License-Identifier: Apache-2.0
config ST7701
bool
"ST7701 display controller driver"
default
y
depends on DT_HAS_SITRONIX_ST7701_ENABLED
select
MIPI_DSI
help
Enable
driver
for
ST7701 display driver
.