CONFIG_UART_MIV

Mi-V serial driver

Type: bool

Help

This option enables the Mi-V serial driver.

Direct dependencies

SOC_RISCV32_MIV && SERIAL

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At <Zephyr Driver>/serial/Kconfig.miv:6

Included via Kconfig:8Kconfig.zephyr:42<Zephyr Driver>/Kconfig:26<Zephyr Driver>/serial/Kconfig:102

Menu path: (Top) → Device Drivers → Serial Drivers

config UART_MIV
    bool "Mi-V serial driver"
    select SERIAL_HAS_DRIVER
    select SERIAL_SUPPORT_INTERRUPT
    depends on SOC_RISCV32_MIV && SERIAL
    help
      This option enables the Mi-V serial driver.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)