Skip to content

Commit 534952a

Browse files
mateusz-holenkonashif
authored andcommitted
drivers: serial: uart_miv: Disable SERIAL_SUPPORT_INTERRUPT
In the real MiV platform, UART does not have any interrupts routed to the interrupt controller. Up to this stage, the driver implemented a separate thread to simulate interrupt operation to enable shell samples. This is not required anymore, as Zephyr can run shell on interrupt-less UARTs. Signed-off-by: Mateusz Holenko <[email protected]>
1 parent 79c4c82 commit 534952a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/serial/Kconfig.miv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ config UART_MIV
88
default y
99
depends on DT_HAS_MICROCHIP_COREUART_ENABLED
1010
select SERIAL_HAS_DRIVER
11-
select SERIAL_SUPPORT_INTERRUPT
1211
help
1312
This option enables the Mi-V serial driver.

0 commit comments

Comments
 (0)