-
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¶
- “UART_0” if
UART_NS16550_PORT_0
&&UART_NS16550
&&SOC_RISCV32_PULPINO
- “UART_0” if
UART_NS16550_PORT_0
&& !HAS_DTS
&&SERIAL
Kconfig definitions¶
At arch/riscv32/soc/pulpino/Kconfig.defconfig:63
Included via Kconfig:10
→ Kconfig.zephyr:20
Menu path: (top menu)
config UART_NS16550_PORT_0_NAME string default "UART_0" ifUART_NS16550_PORT_0
&&UART_NS16550
&&SOC_RISCV32_PULPINO
depends onUART_NS16550_PORT_0
&&UART_NS16550
&&SOC_RISCV32_PULPINO
At drivers/serial/Kconfig.ns16550:61
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:22
→ drivers/serial/Kconfig:58
Menu path: (top menu) → Device Drivers → Serial Drivers
config UART_NS16550_PORT_0_NAME string prompt "Port 0 Device Name" ifUART_NS16550_PORT_0
&& !HAS_DTS
&&SERIAL
default "UART_0" ifUART_NS16550_PORT_0
&& !HAS_DTS
&&SERIAL
depends onUART_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.)