From 262b5b1930296c9d298104713d4c12e3dd36629d Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Fri, 22 Oct 2021 13:14:18 +0300 Subject: [PATCH] console: Kconfig: Remove EXPERIMENTAL marker Originally, it was added to allow to slightly vary API (e.g. function signatures) without burdening the subsys with compatibility stabs. There were not many changes recently, and with EXPERIMENTAL master switch which is planned to be added soon, it's better to remove this marker so the subsys remained accessible as it was before. Signed-off-by: Paul Sokolovsky --- subsys/console/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsys/console/Kconfig b/subsys/console/Kconfig index 8693baac65..1d80956809 100644 --- a/subsys/console/Kconfig +++ b/subsys/console/Kconfig @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 menuconfig CONSOLE_SUBSYS - bool "Console subsystem/support routines [EXPERIMENTAL]" + bool "Console subsystem/support routines" help Console subsystem and helper functions