mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
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>
This commit is contained in:
committed by
Fabio Baltieri
parent
3d5de8920b
commit
2d03aaf99f
@@ -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
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user