:orphan: .. title:: choice: Native UART Port 0 connection .. _choice_294: .. describe:: choice: Native UART Port 0 connection *Native UART Port 0 connection* Type: ``bool`` Direct dependencies =================== \ :kconfig:`UART_NATIVE_POSIX ` && \ :kconfig:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`NATIVE_UART_0_ON_OWN_PTY ` Choice options ============== - \ :kconfig:`NATIVE_UART_0_ON_OWN_PTY ` - \ :kconfig:`NATIVE_UART_0_ON_STDINOUT ` Kconfig definition ================== At ``/serial/Kconfig.native_posix:15`` 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 choice bool "Native UART Port 0 connection" default NATIVE_UART_0_ON_OWN_PTY depends on UART_NATIVE_POSIX && SERIAL *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*