:orphan: .. title:: UART_NATIVE_POSIX_PORT_1_NAME .. option:: 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 =================== \ :option:`UART_NATIVE_POSIX_PORT_1_ENABLE ` && \ :option:`UART_NATIVE_POSIX ` && \ :option:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Default ======= - "UART_1" Kconfig definition ================== .. highlight:: kconfig 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 .. parsed-literal:: config UART_NATIVE_POSIX_PORT_1_NAME string "Port 1 Device Name" default "UART_1" depends on \ :option:`UART_NATIVE_POSIX_PORT_1_ENABLE ` && \ :option:`UART_NATIVE_POSIX ` && \ :option:`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.)*