Skip to content

Commit 262b5b1

Browse files
pfalconnashif
authored andcommitted
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 <[email protected]>
1 parent f6f24a2 commit 262b5b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/console/Kconfig

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

44
menuconfig CONSOLE_SUBSYS
5-
bool "Console subsystem/support routines [EXPERIMENTAL]"
5+
bool "Console subsystem/support routines"
66
help
77
Console subsystem and helper functions
88

0 commit comments

Comments
 (0)