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 <mholenko@antmicro.com>
This commit is contained in:
Mateusz Holenko 2023-04-27 21:52:32 +02:00 committed by Anas Nashif
parent 79c4c82baf
commit 534952adff

View file

@ -8,6 +8,5 @@ config UART_MIV
default y default y
depends on DT_HAS_MICROCHIP_COREUART_ENABLED depends on DT_HAS_MICROCHIP_COREUART_ENABLED
select SERIAL_HAS_DRIVER select SERIAL_HAS_DRIVER
select SERIAL_SUPPORT_INTERRUPT
help help
This option enables the Mi-V serial driver. This option enables the Mi-V serial driver.