1#
2# Copyright 2022, NXP
3#
4# SPDX-License-Identifier: Apache-2.0
5#
6
7mainmenu "mipi-dsi API Test"
8
9source "Kconfig.zephyr"
10
11config MIPI_DSI_TEST_CHANNEL
12 int "MIPI-DSI device channel number"
13 default 0
14 help
15 MIPI device channel number used for testing.
16