zephyr/subsys/pmci/Kconfig
Tom Burdick 1e0af58b51 pmci: Move MCTP into the PMCI subsys
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>
2025-04-21 12:43:33 +02:00

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