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:
parent
0162f4c67a
commit
b87d8e7d7d
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue