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