:orphan: .. title:: CONFIG_QEMU_TARGET .. kconfig:: CONFIG_QEMU_TARGET CONFIG_QEMU_TARGET ################## *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Mark all QEMU targets with this variable for checking whether we are running in an emulated environment. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`BOARD_QEMU_ARC ` - \ :kconfig:`BOARD_MPS2_AN385 ` - \ :kconfig:`BOARD_MPS2_AN521_CPU0 ` - \ :kconfig:`BOARD_MPS2_AN521_CPU0_NS ` - \ :kconfig:`BOARD_MPS2_AN521_CPU1 ` - \ :kconfig:`BOARD_MPS3_AN547 ` - \ :kconfig:`BOARD_QEMU_CORTEX_M0 ` - \ :kconfig:`BOARD_QEMU_CORTEX_M3 ` - \ :kconfig:`BOARD_QEMU_CORTEX_R5 ` - \ :kconfig:`BOARD_QEMU_CORTEX_A53 ` - \ :kconfig:`BOARD_QEMU_NIOS2 ` - \ :kconfig:`BOARD_QEMU_RISCV32 ` - \ :kconfig:`BOARD_QEMU_RISCV32_XIP ` - \ :kconfig:`BOARD_QEMU_RISCV64 ` - \ :kconfig:`BOARD_QEMU_LEON3 ` - \ :kconfig:`BOARD_QEMU_X86 ` - \ :kconfig:`BOARD_QEMU_X86_64 ` - \ :kconfig:`BOARD_QEMU_X86_LAKEMONT ` - \ :kconfig:`BOARD_QEMU_X86_TINY ` - \ :kconfig:`BOARD_QEMU_XTENSA ` Kconfig definition ================== At ``/Kconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` Menu path: (Top) .. code-block:: kconfig config QEMU_TARGET bool help Mark all QEMU targets with this variable for checking whether we are running in an emulated environment. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*