The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_BOARD_QEMU_X86_IAMCU

QEMU x86 (IAMCU ABI)

Type: bool

Direct dependencies

SOC_IA32 && <choice: Board Selection>

(Includes any dependencies from if’s and menus.)

Kconfig definition

At boards/x86/qemu_x86/Kconfig.board:11

Included via Kconfig:10Kconfig.zephyr:25boards/Kconfig:21

Menu path: (top menu) → Board Selection

config BOARD_QEMU_X86_IAMCU
    bool
    prompt "QEMU x86 (IAMCU ABI)" if SOC_IA32 && <choice: Board Selection>
    select QEMU_TARGET if SOC_IA32 && <choice: Board Selection>
    select HAS_DTS_ETHERNET if SOC_IA32 && <choice: Board Selection>
    select HAS_COVERAGE_SUPPORT if SOC_IA32 && <choice: Board Selection>
    depends on SOC_IA32 && <choice: Board Selection>

(Definitions include propagated dependencies, including from if’s and menus.)