:orphan: .. title:: IEEE802154_UPIPE .. option:: CONFIG_IEEE802154_UPIPE *UART PIPE fake radio driver support for QEMU* Type: ``bool`` Direct dependencies =================== (\ :option:`BOARD_QEMU_X86 ` || \ :option:`BOARD_QEMU_CORTEX_M3 `) && \ :option:`NETWORKING ` && \ :option:`IEEE802154 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`UART_PIPE ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/ieee802154/Kconfig:76`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:10`` Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options .. parsed-literal:: menuconfig IEEE802154_UPIPE bool "UART PIPE fake radio driver support for QEMU" select \ :option:`UART_PIPE ` depends on (\ :option:`BOARD_QEMU_X86 ` || \ :option:`BOARD_QEMU_CORTEX_M3 `) && \ :option:`NETWORKING ` && \ :option:`IEEE802154 ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*