Skip to content

Commit c161257

Browse files
committed
drivers: serial: Add support for group interrupt in the serial driver
Apply the grp irq support in serial driver for MCB-RX26T Signed-off-by: Quy Tran <[email protected]>
1 parent 9d0c74f commit c161257

File tree

3 files changed

+329
-70
lines changed

3 files changed

+329
-70
lines changed

boards/renesas/mcb_rx26t/mcb_rx26t_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ CONFIG_GPIO=y
66

77
# Enable UART driver
88
CONFIG_SERIAL=y
9-
CONFIG_UART_INTERRUPT_DRIVEN=n
9+
CONFIG_UART_INTERRUPT_DRIVEN=y
1010

1111
# Enable console
1212
CONFIG_CONSOLE=y

0 commit comments

Comments
 (0)