:orphan: .. title:: BOARD_QEMU_X86_64 .. option:: CONFIG_BOARD_QEMU_X86_64 *QEMU x86_64* Type: ``bool`` Direct dependencies =================== \ :option:`SOC_IA32 ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`QEMU_TARGET ` - \ :option:`X86_64 ` - \ :option:`HAS_COVERAGE_SUPPORT ` Kconfig definition ================== .. highlight:: kconfig At ``boards/x86/qemu_x86/Kconfig.board:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``boards/Kconfig:22`` Menu path: (Top) → Board Selection .. parsed-literal:: config BOARD_QEMU_X86_64 bool "QEMU x86_64" select \ :option:`QEMU_TARGET ` select \ :option:`X86_64 ` select \ :option:`HAS_COVERAGE_SUPPORT ` depends on \ :option:`SOC_IA32 ` && \ :ref:` ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*