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 <Torsten.Rasmussen@nordicsemi.no>
This commit is contained in:
Torsten Rasmussen 2021-10-22 11:05:39 +02:00 committed by Carles Cufí
parent 0162f4c67a
commit b87d8e7d7d

View file

@ -53,10 +53,10 @@ config UART_USE_RUNTIME_CONFIGURE
applications that do not require runtime UART configuration.
config UART_ASYNC_API
bool "Enable new asynchronous UART API [EXPERIMENTAL]"
bool "Enable asynchronous UART API"
depends on SERIAL_SUPPORT_ASYNC
help
This option enables new asynchronous UART API.
This option enables asynchronous UART API.
config UART_INTERRUPT_DRIVEN
bool "Enable UART Interrupt support"