From 78d2476348f2665aa6d1d91bbb7fa81c042e9c8c Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Tue, 7 Aug 2018 17:16:47 +0300 Subject: [PATCH] subsys: console: Mark as EXPERIMENTAL. This subsys is in the process of collecting requirements/usecases, the API is subject to change. (Should have been marked experimental from the beginning.) 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 6bf969a1374..15541e82f2a 100644 --- a/subsys/console/Kconfig +++ b/subsys/console/Kconfig @@ -7,7 +7,7 @@ menu "Console" config CONSOLE_SUBSYS - bool "Console subsystem/support routines" + bool "Console subsystem/support routines [EXPERIMENTAL]" help Console subsystem and helper functions