soc: it8xxx2: enable CONFIG_UART_NS16550_WA_ISR_REENABLE_INTERRUPT

Fix issue where console get stuck.

Signed-off-by: Dino Li <Dino.Li@ite.com.tw>
This commit is contained in:
Dino Li 2021-09-28 13:15:43 +08:00 committed by Christopher Friedt
commit 1e1c6151d7

View file

@ -19,6 +19,10 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC
config SYS_CLOCK_TICKS_PER_SEC config SYS_CLOCK_TICKS_PER_SEC
default 32768 default 32768
config UART_NS16550_WA_ISR_REENABLE_INTERRUPT
default y
depends on UART_NS16550
if ITE_IT8XXX2_INTC if ITE_IT8XXX2_INTC
config NUM_IRQS config NUM_IRQS
default 185 default 185