The latest development version of this page may be more current than this released 2.7.5 version.
choice: Native UART Port 0 connection

Native UART Port 0 connection

Type: bool

Direct dependencies

UART_NATIVE_POSIX && SERIAL

(Includes any dependencies from ifs and menus.)

Default

Choice options

Kconfig definition

At drivers/serial/Kconfig.native_posix:15

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:26drivers/serial/Kconfig:108

Menu path: (Top) → Device Drivers → Serial Drivers → UART driver for native_posix

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.)