CONFIG_UART_NS16550_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_NS16550_PORT_0 && UART_NS16550 && SOC_RISCV32_PULPINO) || (UART_NS16550_PORT_0 && !HAS_DTS && SERIAL)

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

Defaults

Kconfig definitions

At arch/riscv32/soc/pulpino/Kconfig.defconfig:63

Included via Kconfig:10Kconfig.zephyr:20

Menu path: (top menu)

config UART_NS16550_PORT_0_NAME
    string
    default "UART_0" if UART_NS16550_PORT_0 && UART_NS16550 && SOC_RISCV32_PULPINO
    depends on UART_NS16550_PORT_0 && UART_NS16550 && SOC_RISCV32_PULPINO

At drivers/serial/Kconfig.ns16550:61

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

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

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