:orphan: .. title:: UART_MIV .. option:: CONFIG_UART_MIV *Mi-V serial driver* Type: ``bool`` Help ==== This option enables the Mi-V serial driver. Direct dependencies =================== \ :option:`SOC_RISCV32_MIV ` && \ :option:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`SERIAL_HAS_DRIVER ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/serial/Kconfig.miv:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:24`` → ``drivers/serial/Kconfig:79`` Menu path: (Top) → Device Drivers → Serial Drivers .. parsed-literal:: config UART_MIV bool "Mi-V serial driver" select \ :option:`SERIAL_HAS_DRIVER ` depends on \ :option:`SOC_RISCV32_MIV ` && \ :option:`SERIAL ` help This option enables the Mi-V serial driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*