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
&& BOARD_QEMU_CORTEX_A9
) || (UART_PIPE
&& BT_UART
&& SOC_ATOM
) || (UART_PIPE
&& BT_UART
&& SOC_ATOM
) || (UART_PIPE
&& CONSOLE
)
(Includes any dependencies from ifs and menus.)
Defaults
“uart1”
“UART_1”
“UART_1”
“” if
HAS_DTS
“UART_0”
Kconfig definitions
At <Zephyr>/boards/arm/qemu_cortex_a9/Kconfig.defconfig:96
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config UART_PIPE_ON_DEV_NAME
string
default "uart1"
depends on UART_PIPE && BOARD_QEMU_CORTEX_A9
At <Zephyr>/soc/x86/atom/Kconfig.defconfig:16
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:25
→ <nRF>/doc/_build/kconfig/Kconfig.soc.defconfig:1
Menu path: (Top)
config UART_PIPE_ON_DEV_NAME
string
default "UART_1"
depends on UART_PIPE && BT_UART && SOC_ATOM
At <Zephyr>/soc/x86/atom/Kconfig.defconfig:16
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:27
Menu path: (Top)
config UART_PIPE_ON_DEV_NAME
string
default "UART_1"
depends on UART_PIPE && BT_UART && SOC_ATOM
At <Zephyr>/drivers/console/Kconfig:204
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:14
Menu path: (Top) → Device Drivers → Console drivers → Enable pipe UART driver
config UART_PIPE_ON_DEV_NAME
string "Device Name of UART Device for pipe UART"
default "" if HAS_DTS
default "UART_0"
depends on UART_PIPE && CONSOLE
help
This option specifies the name of UART device to be used
for pipe UART.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)