-
CONFIG_UART_PIPE_ON_DEV_NAME
¶
Device Name of UART Device for pipe UART
Type: string
Help¶
This option specifies the name of UART device to be used for pipe UART.
Direct dependencies¶
(UART_PIPE
&& BT_UART
&& SOC_ATOM
) || (UART_PIPE
&& CONSOLE
)
(Includes any dependencies from if’s and menus.)
Defaults¶
Kconfig definitions¶
At soc/x86/atom/Kconfig.defconfig:52
Included via Kconfig:10
→ Kconfig.zephyr:23
Menu path: (top menu)
config UART_PIPE_ON_DEV_NAME string default "UART_1" ifUART_PIPE
&&BT_UART
&&SOC_ATOM
depends onUART_PIPE
&&BT_UART
&&SOC_ATOM
At drivers/console/Kconfig:194
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:16
Menu path: (top menu) → Device Drivers → Console drivers
config UART_PIPE_ON_DEV_NAME string prompt "Device Name of UART Device for pipe UART" ifUART_PIPE
&&CONSOLE
default "" ifHAS_DTS
&&UART_PIPE
&&CONSOLE
default "UART_0" ifUART_PIPE
&&CONSOLE
depends onUART_PIPE
&&CONSOLE
help This option specifies the name of UART device to be used for pipe UART.
(Definitions include propagated dependencies, including from if’s and menus.)