CONFIG_BOARD_QEMU_X86_LAKEMONT¶
QEMU x86 (Lakemont)
Type: bool
Direct dependencies¶
SOC_LAKEMONT && <choice: Board Selection>
(Includes any dependencies from ifs and menus.)
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr Boards>/x86/qemu_x86/Kconfig.board:17
Included via Kconfig:8 → Kconfig.zephyr:37 → <Zephyr Boards>/Kconfig:29
Menu path: (Top) → Board Selection
config BOARD_QEMU_X86_LAKEMONT
    bool "QEMU x86 (Lakemont)"
    select QEMU_TARGET
    select CPU_HAS_FPU
    select HAS_COVERAGE_SUPPORT
    depends on SOC_LAKEMONT && <choice>
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)