Skip to content

Commit

Permalink
drivers: serial: ns16550: Add support for Async APIs
Browse files Browse the repository at this point in the history
Added support for async APIs for ns16550. This will be
enabled by kconfig CONFIG_UART_ASYNC_API.

Signed-off-by: Anisetti Avinash Krishna <[email protected]>
  • Loading branch information
akanisetti authored and fabiobaltieri committed Apr 6, 2023
1 parent 3d5de89 commit 2d03aaf
Show file tree
Hide file tree
Showing 2 changed files with 576 additions and 1 deletion.
1 change: 1 addition & 0 deletions drivers/serial/Kconfig.ns16550
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ menuconfig UART_NS16550
depends on DT_HAS_NS16550_ENABLED
select SERIAL_HAS_DRIVER
select SERIAL_SUPPORT_INTERRUPT
select SERIAL_SUPPORT_ASYNC
help
This option enables the NS16550 serial driver.
This driver can be used for the serial hardware
Expand Down
Loading

0 comments on commit 2d03aaf

Please sign in to comment.