The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_UART_PIPE_ON_DEV_NAME

Device Name of UART Device for pipe UART

Type: string

Help

This option specifies the name of UART device to be used for pipe UART.

Direct dependencies

(UART_PIPE && BT_UART && SOC_ATOM) || (UART_PIPE && CONSOLE)

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

Defaults

Kconfig definitions

At soc/x86/atom/Kconfig.defconfig:52

Included via Kconfig:10Kconfig.zephyr:23

Menu path: (top menu)

config UART_PIPE_ON_DEV_NAME
    string
    default "UART_1" if UART_PIPE && BT_UART && SOC_ATOM
    depends on UART_PIPE && BT_UART && SOC_ATOM

At drivers/console/Kconfig:194

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:16

Menu path: (top menu) → Device Drivers → Console drivers

config UART_PIPE_ON_DEV_NAME
    string
    prompt "Device Name of UART Device for pipe UART" if UART_PIPE && CONSOLE
    default "" if HAS_DTS && UART_PIPE && CONSOLE
    default "UART_0" if UART_PIPE && CONSOLE
    depends on UART_PIPE && CONSOLE
    help
      This option specifies the name of UART device to be used
      for pipe UART.

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