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 select REQUIRES_FULL_LIBC 7 help 8 This option enables the MIPI SyS-T Library 9 10if MIPI_SYST_LIB 11 12config MIPI_SYST_STP 13 bool "STP Transport Layer for MIPI SyS-T" 14 help 15 This option enables support for the STP 16 Transport Layer for MIPI SyS-T 17 18config MIPI_SYST_RAW_DATA 19 bool "output MIPI SyS-T raw data packet" 20 help 21 This option outputs MIPI SyS-T raw data packet 22 23endif 24