Skip to content

Commit b87d8e7

Browse files
tejlmandcarlescufi
authored andcommitted
kconfig: uart: remove experimental on UART_ASYNC_API setting
The setting UART_ASYNC_API is no longer considered experimental. Also remove `new` from title and help test as the feature no longer can be considered new. Signed-off-by: Torsten Rasmussen <[email protected]>
1 parent 0162f4c commit b87d8e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/serial/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ config UART_USE_RUNTIME_CONFIGURE
5353
applications that do not require runtime UART configuration.
5454

5555
config UART_ASYNC_API
56-
bool "Enable new asynchronous UART API [EXPERIMENTAL]"
56+
bool "Enable asynchronous UART API"
5757
depends on SERIAL_SUPPORT_ASYNC
5858
help
59-
This option enables new asynchronous UART API.
59+
This option enables asynchronous UART API.
6060

6161
config UART_INTERRUPT_DRIVEN
6262
bool "Enable UART Interrupt support"

0 commit comments

Comments
 (0)