Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions drivers/serial/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,19 @@ config SERIAL_SUPPORT_INTERRUPT
This is an option to be enabled by individual serial driver
to signal that the driver and hardware supports interrupts.

config UART_ASYNC_API
bool "Enable new asynchronous UART API [EXPERIMENTAL]"
help
This option enables new asynchronous UART API.

if UART_ASYNC_API=n
config UART_INTERRUPT_DRIVEN
bool "Enable UART Interrupt support"
depends on SERIAL_SUPPORT_INTERRUPT
help
This option enables interrupt support for UART allowing console
input and other UART based drivers.
endif

config UART_LINE_CTRL
bool "Enable Serial Line Control API"
Expand Down
Loading