-
CONFIG_UART_NATIVE_POSIX_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_NATIVE_POSIX_PORT_1_ENABLE && UART_NATIVE_POSIX && SERIAL
(Includes any dependencies from ifs and menus.)
Default¶
“UART_1”
Kconfig definition¶
At drivers/serial/Kconfig.native_posix:59
Included via Kconfig:8 → Kconfig.zephyr:32 → drivers/Kconfig:24 → drivers/serial/Kconfig:85
Menu path: (Top) → Device Drivers → Serial Drivers → UART driver for native_posix → Enable second UART port
config UART_NATIVE_POSIX_PORT_1_NAME
string "Port 1 Device Name"
default "UART_1"
depends on UART_NATIVE_POSIX_PORT_1_ENABLE && UART_NATIVE_POSIX && SERIAL
help
This is the device name for UART, and is included in the device
struct.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)