-
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
&& !HAS_DTS
&& CONSOLE
)
(Includes any dependencies from if’s and menus.)
Kconfig definitions¶
At arch/x86/soc/atom/Kconfig.defconfig:52
Included via Kconfig:10
→ Kconfig.zephyr:20
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:196
Included via Kconfig:10
→ Kconfig.zephyr:29
→ 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
&& !HAS_DTS
&&CONSOLE
default "UART_0" ifUART_PIPE
&& !HAS_DTS
&&CONSOLE
depends onUART_PIPE
&& !HAS_DTS
&&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.)