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:
parent
79c4c82baf
commit
534952adff
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue