PMCI conveys a stack of specifications from DMTF including MCTP (a transport layer protocol), PLDM (request/response messaging protocol), and ancillary SPDM messaging. Placing all these libraries under PMCI subsystem makes more sense than simply adding MCTP as its own subsystem. Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
15 lines
270 B
Plaintext
15 lines
270 B
Plaintext
# PMCI configuration options
|
|
|
|
# Copyright (c) 2025 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
menu "Platform Management Communication Infrastruction (PMCI)"
|
|
|
|
# zephyr-keep-sorted-start
|
|
|
|
source "subsys/pmci/mctp/Kconfig"
|
|
|
|
# zephyr-keep-sorted-stop
|
|
|
|
endmenu
|