:orphan: .. title:: CONFIG_UART_NATIVE_POSIX_PORT_1_ENABLE .. kconfig:: CONFIG_UART_NATIVE_POSIX_PORT_1_ENABLE CONFIG_UART_NATIVE_POSIX_PORT_1_ENABLE ###################################### *Enable second UART port* Type: ``bool`` Help ==== .. code-block:: none Useful if you need to have another serial connection to host. This is used for example in PPP (Point-to-Point Protocol) implementation. Direct dependencies =================== \ :kconfig:`UART_NATIVE_POSIX ` && \ :kconfig:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/serial/Kconfig.native_posix:52`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` → ``/serial/Kconfig:108`` Menu path: (Top) → Device Drivers → Serial Drivers → UART driver for native_posix .. code-block:: kconfig config UART_NATIVE_POSIX_PORT_1_ENABLE bool "Enable second UART port" depends on UART_NATIVE_POSIX && SERIAL help Useful if you need to have another serial connection to host. This is used for example in PPP (Point-to-Point Protocol) implementation. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*