The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_UART_NATIVE_POSIX_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_NATIVE_POSIX && SERIAL

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

Defaults

Kconfig definition

At drivers/serial/Kconfig.native_posix:14

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:22drivers/serial/Kconfig:81

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

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