1# Copyright (c) 2019 Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4config MIPI_SYST_LIB
5	bool "MIPI SyS-T Library Support"
6	help
7	  This option enables the MIPI SyS-T Library
8
9if MIPI_SYST_LIB
10
11config MIPI_SYST_STP
12	bool "STP Transport Layer for MIPI SyS-T"
13	help
14	  This option enables support for the STP
15	  Transport Layer for MIPI SyS-T
16
17config MIPI_SYST_RAW_DATA
18	bool "output MIPI SyS-T raw data packet"
19	help
20	  This option outputs MIPI SyS-T raw data packet
21
22config MIPI_SYST_NO_WHCAR
23	bool
24	default y if MINIMAL_LIBC
25	help
26	  Tell MIPI Sys-T library to not build with
27	  wchar support.
28
29endif
30