-
CONFIG_UART_NATIVE_POSIX_PORT_0_NAME
¶
Port 0 Device Name
Type: string
Help¶
This is the device name for UART, and is included in the device struct.
Defaults¶
- “UART_0” if
UART_NATIVE_POSIX
&&SERIAL
Kconfig definition¶
At drivers/serial/Kconfig.native_posix:14
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:22
→ drivers/serial/Kconfig:81
Menu path: (top menu) → Device Drivers → Serial Drivers
config UART_NATIVE_POSIX_PORT_0_NAME string prompt "Port 0 Device Name" ifUART_NATIVE_POSIX
&&SERIAL
default "UART_0" ifUART_NATIVE_POSIX
&&SERIAL
depends onUART_NATIVE_POSIX
&&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.)