Skip to content

Commit 4b06ace

Browse files
committed
mctp: mark MCTP as experimental
MCTP was just introduced in Zephyr 4.1. Mark the feature as experimental. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
1 parent 046be59 commit 4b06ace

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

subsys/mctp/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
menuconfig MCTP
5-
bool "Management Component Transport Protocol"
5+
bool "Management Component Transport Protocol [EXPERIMENTAL]"
6+
select EXPERIMENTAL
67
help
78
Enable the MCTP Subsystem and Module Usage
89

0 commit comments

Comments
 (0)