-
CONFIG_UART_NATIVE_POSIX
¶
UART driver for native_posix
Type: bool
Help¶
This enables a UART driver for the POSIX ARCH. The driver can be configured to either connect to the terminal from which native_posix was run, or into one dedicated pseudoterminal for this UART.
Direct dependencies¶
(SERIAL
&& BOARD_NATIVE_POSIX
) || (ARCH_POSIX
&& SERIAL
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
SERIAL
&&BOARD_NATIVE_POSIX
Symbols selected by this symbol¶
Kconfig definitions¶
At boards/posix/native_posix/Kconfig.defconfig:44
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config UART_NATIVE_POSIX bool default "y" ifSERIAL
&&BOARD_NATIVE_POSIX
depends onSERIAL
&&BOARD_NATIVE_POSIX
At drivers/serial/Kconfig.native_posix:3
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:22
→ drivers/serial/Kconfig:81
Menu path: (top menu) → Device Drivers → Serial Drivers
config UART_NATIVE_POSIX bool prompt "UART driver for native_posix" ifARCH_POSIX
&&SERIAL
selectSERIAL_HAS_DRIVER
ifARCH_POSIX
&&SERIAL
depends onARCH_POSIX
&&SERIAL
help This enables a UART driver for the POSIX ARCH. The driver can be configured to either connect to the terminal from which native_posix was run, or into one dedicated pseudoterminal for this UART.
(Definitions include propagated dependencies, including from if’s and menus.)