Skip to content

Commit 2d03aaf

Browse files
akanisettifabiobaltieri
authored andcommitted
drivers: serial: ns16550: Add support for Async APIs
Added support for async APIs for ns16550. This will be enabled by kconfig CONFIG_UART_ASYNC_API. Signed-off-by: Anisetti Avinash Krishna <anisetti.avinash.krishna@intel.com>
1 parent 3d5de89 commit 2d03aaf

File tree

2 files changed

+576
-1
lines changed

2 files changed

+576
-1
lines changed

drivers/serial/Kconfig.ns16550

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ menuconfig UART_NS16550
66
depends on DT_HAS_NS16550_ENABLED
77
select SERIAL_HAS_DRIVER
88
select SERIAL_SUPPORT_INTERRUPT
9+
select SERIAL_SUPPORT_ASYNC
910
help
1011
This option enables the NS16550 serial driver.
1112
This driver can be used for the serial hardware

0 commit comments

Comments
 (0)