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