CONFIG_UART_NSIM_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_NSIM && SERIAL

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

Defaults

Kconfig definition

At drivers/serial/Kconfig.nsim:8

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

Menu path: (top menu) → Device Drivers → Serial Drivers

config UART_NSIM_PORT_0_NAME
    string
    prompt "Port 0 Device Name" if UART_NSIM && SERIAL
    default "UART_0" if UART_NSIM && SERIAL
    depends on UART_NSIM && 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.)