Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
bfa38b0aeb747a6db00ed62f7cd88c0ac0d7f737
/
.
/
tests
/
drivers
/
mipi_dsi
/
api
/
Kconfig
blob: aeb69dfa4718333f3430b868e18976d9bb2e5d88 [
file
] [
log
] [
blame
]
#
# Copyright 2022, NXP
#
# SPDX-License-Identifier: Apache-2.0
#
mainmenu
"mipi-dsi API Test"
source
"Kconfig.zephyr"
config MIPI_DSI_TEST_CHANNEL
int
"MIPI-DSI device channel number"
default
0
help
MIPI device channel number used
for
testing
.