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
1 changed files with 2 additions and 2 deletions
|
@ -53,10 +53,10 @@ config UART_USE_RUNTIME_CONFIGURE
|
||||||
applications that do not require runtime UART configuration.
|
applications that do not require runtime UART configuration.
|
||||||
|
|
||||||
config UART_ASYNC_API
|
config UART_ASYNC_API
|
||||||
bool "Enable new asynchronous UART API [EXPERIMENTAL]"
|
bool "Enable asynchronous UART API"
|
||||||
depends on SERIAL_SUPPORT_ASYNC
|
depends on SERIAL_SUPPORT_ASYNC
|
||||||
help
|
help
|
||||||
This option enables new asynchronous UART API.
|
This option enables asynchronous UART API.
|
||||||
|
|
||||||
config UART_INTERRUPT_DRIVEN
|
config UART_INTERRUPT_DRIVEN
|
||||||
bool "Enable UART Interrupt support"
|
bool "Enable UART Interrupt support"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue