CONFIG_UART_CONSOLE_ON_DEV_NAME

Device Name of UART Device for UART Console

Type: string

Help

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

Direct dependencies

SOC_NSIM || (UART_CONSOLE && !HAS_DTS && CONSOLE)

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

Defaults

Kconfig definitions

At arch/arc/soc/snps_nsim/Kconfig.defconfig:13

Included via Kconfig:10Kconfig.zephyr:20

Menu path: (top menu)

config UART_CONSOLE_ON_DEV_NAME
    string
    default "UART_0" if SOC_NSIM
    depends on SOC_NSIM

At drivers/console/Kconfig:45

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

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

config UART_CONSOLE_ON_DEV_NAME
    string
    prompt "Device Name of UART Device for UART Console" if UART_CONSOLE && !HAS_DTS && CONSOLE
    default "UART_0" if UART_CONSOLE && !HAS_DTS && CONSOLE
    depends on UART_CONSOLE && !HAS_DTS && CONSOLE
    help
      This option specifies the name of UART device to be used for
      UART console.

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