zephyr/modules/Kconfig.syst
Wentong Wu c85d353ca4 logging: add STP transport and raw data output support for syst
Add STP transport support for MIPI SyS-T with Kconfig MIPI_SYST_STP,
this is following SyS-T spec Section 7.
And with Kconfig MIPI_SYST_RAW_DATA, add raw data output support for
MIPI SyS-T protocol stack.

Signed-off-by: Wentong Wu <wentong.wu@intel.com>
2020-11-17 10:09:19 -06:00

24 lines
511 B
Plaintext

# Copyright (c) 2019 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
config MIPI_SYST_LIB
bool "MIPI SyS-T Library Support"
select REQUIRES_FULL_LIBC
help
This option enables the MIPI SyS-T Library
if MIPI_SYST_LIB
config MIPI_SYST_STP
bool "STP Transport Layer for MIPI SyS-T"
help
This option enables support for the STP
Transport Layer for MIPI SyS-T
config MIPI_SYST_RAW_DATA
bool "output MIPI SyS-T raw data packet"
help
This option outputs MIPI SyS-T raw data packet
endif