-
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 <Zephyr>/drivers/serial/Kconfig.native_posix:59
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:24
→ <Zephyr>/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 onUART_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.)