zephyr/drivers/serial/Kconfig.miv
Mateusz Holenko 534952adff 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>
2023-05-08 16:59:21 -04:00

13 lines
301 B
Plaintext

# Mi-V UART configuration option
# Copyright (c) 2018 Antmicro <www.antmicro.com>
# SPDX-License-Identifier: Apache-2.0
config UART_MIV
bool "Mi-V serial driver"
default y
depends on DT_HAS_MICROCHIP_COREUART_ENABLED
select SERIAL_HAS_DRIVER
help
This option enables the Mi-V serial driver.