:orphan: .. title:: CONFIG_UART_PIPE_ON_DEV_NAME .. kconfig:: CONFIG_UART_PIPE_ON_DEV_NAME CONFIG_UART_PIPE_ON_DEV_NAME ############################ *Device Name of UART Device for pipe UART* Type: ``string`` Help ==== .. code-block:: none This option specifies the name of UART device to be used for pipe UART. Direct dependencies =================== (\ :kconfig:`UART_PIPE ` && \ :kconfig:`BT_UART ` && \ :kconfig:`SOC_ATOM `) || (\ :kconfig:`UART_PIPE ` && \ :kconfig:`BT_UART ` && \ :kconfig:`SOC_ATOM `) || (\ :kconfig:`UART_PIPE ` && \ :kconfig:`CONSOLE `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - "UART_1" - "UART_1" - "" if \ :kconfig:`HAS_DTS ` - "UART_0" Kconfig definitions =================== At ``/x86/atom/Kconfig.defconfig:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config UART_PIPE_ON_DEV_NAME string default "UART_1" depends on UART_PIPE && BT_UART && SOC_ATOM ---- At ``/x86/atom/Kconfig.defconfig:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` Menu path: (Top) .. code-block:: kconfig config UART_PIPE_ON_DEV_NAME string default "UART_1" depends on UART_PIPE && BT_UART && SOC_ATOM ---- At ``/console/Kconfig:215`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:14`` Menu path: (Top) → Device Drivers → Console drivers → Enable pipe UART driver .. code-block:: kconfig 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.)*