CONFIG_UART_MIV_PORT_0_NAME

Port 0 Device Name

Type: string

Help

This is the device name for UART, and is included in the device struct.

Direct dependencies

UART_MIV_PORT_0 && SERIAL

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

Defaults

Kconfig definition

At drivers/serial/Kconfig.miv:20

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

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

config UART_MIV_PORT_0_NAME
    string
    prompt "Port 0 Device Name" if UART_MIV_PORT_0 && SERIAL
    default "uart0" if UART_MIV_PORT_0 && SERIAL
    depends on UART_MIV_PORT_0 && SERIAL
    help
      This is the device name for UART, and is included in the device
      struct.

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