-
CONFIG_UART_NS16550_PORT_1_NAME
¶
Port 1 Device Name
Type: string
Help¶
This is the device name for UART, and is included in the device struct.
Direct dependencies¶
UART_NS16550_PORT_1
&& !HAS_DTS
&& SERIAL
(Includes any dependencies from if’s and menus.)
Defaults¶
- “UART_1” if
UART_NS16550_PORT_1
&& !HAS_DTS
&&SERIAL
Kconfig definition¶
At drivers/serial/Kconfig.ns16550:118
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_1_NAME string prompt "Port 1 Device Name" ifUART_NS16550_PORT_1
&& !HAS_DTS
&&SERIAL
default "UART_1" ifUART_NS16550_PORT_1
&& !HAS_DTS
&&SERIAL
depends onUART_NS16550_PORT_1
&& !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.)