Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
490 B

# Copyright (c) 2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
menuconfig MCTP
bool "Management Component Transport Protocol [EXPERIMENTAL]"
select EXPERIMENTAL
help
Enable the MCTP Subsystem and Module Usage
if MCTP
config MCTP_UART
bool "MCTP UART Binding"
depends on UART_ASYNC_API
help
Build the MCTP UART binding to use MCTP over Zephyr's async UART
interface.
module = MCTP
module-str = MCTP
source "subsys/logging/Kconfig.template.log_config"
endif