:orphan: .. title:: CONFIG_IEEE802154_UPIPE .. kconfig:: CONFIG_IEEE802154_UPIPE CONFIG_IEEE802154_UPIPE ####################### *UART PIPE fake radio driver support for QEMU* Type: ``bool`` Direct dependencies =================== (\ :kconfig:`BOARD_QEMU_X86 ` || \ :kconfig:`BOARD_QEMU_CORTEX_M3 `) && \ :kconfig:`NETWORKING ` && \ :kconfig:`IEEE802154 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`UART_PIPE ` Kconfig definition ================== At ``/ieee802154/Kconfig:78`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/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.)*