:orphan: .. title:: UART_PIPE_ON_DEV_NAME .. option:: 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 =================== (\ :option:`UART_PIPE ` && \ :option:`BT_UART ` && \ :option:`SOC_ATOM `) || (\ :option:`UART_PIPE ` && \ :option:`CONSOLE `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - "UART_1" - "" if \ :option:`HAS_DTS ` - "UART_0" Kconfig definitions =================== .. highlight:: kconfig At ``soc/x86/atom/Kconfig.defconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. parsed-literal:: config UART_PIPE_ON_DEV_NAME string default "UART_1" depends on \ :option:`UART_PIPE ` && \ :option:`BT_UART ` && \ :option:`SOC_ATOM ` ---- At ``drivers/console/Kconfig:209`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:14`` Menu path: (Top) → Device Drivers → Console drivers → Enable pipe UART driver .. parsed-literal:: config UART_PIPE_ON_DEV_NAME string "Device Name of UART Device for pipe UART" default "" if \ :option:`HAS_DTS ` default "UART_0" depends on \ :option:`UART_PIPE ` && \ :option:`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.)*