CONFIG_UART_MIV_PORT_0

Enable Mi-V Port 0

Type: bool

Help

This tells the driver to configure the UART port at boot, depending on the additional configuration options below.

Direct dependencies

UART_MIV && SERIAL

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/serial/Kconfig.miv:13

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:22drivers/serial/Kconfig:68

Menu path: (top menu) → Device Drivers → Serial Drivers → Mi-V serial driver

menuconfig UART_MIV_PORT_0
    bool
    prompt "Enable Mi-V Port 0" if UART_MIV && SERIAL
    depends on UART_MIV && SERIAL
    help
      This tells the driver to configure the UART port at boot, depending on
      the additional configuration options below.

(Definitions include propagated dependencies, including from if’s and menus.)