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 && !HAS_DTS && CONSOLE)

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

Defaults

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:20

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:196

Included via Kconfig:10Kconfig.zephyr:29drivers/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 && !HAS_DTS && CONSOLE
    default "UART_0" if UART_PIPE && !HAS_DTS && CONSOLE
    depends on UART_PIPE && !HAS_DTS && 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.)