: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 ================== At ``/ieee802154/Kconfig:76`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:10`` Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options .. code-block:: kconfig menuconfig IEEE802154_UPIPE bool "UART PIPE fake radio driver support for QEMU" select UART_PIPE depends on (BOARD_QEMU_X86 || BOARD_QEMU_CORTEX_M3) && NETWORKING && IEEE802154 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*