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

Xtensa emulation using QEMU

Type: bool

Direct dependencies

SOC_XTENSA_SAMPLE_CONTROLLER && <choice: Board Selection>

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

Kconfig definition

At boards/xtensa/qemu_xtensa/Kconfig.board:6

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

Menu path: (top menu) → Board Selection

config BOARD_QEMU_XTENSA
    bool
    prompt "Xtensa emulation using QEMU" if SOC_XTENSA_SAMPLE_CONTROLLER && <choice: Board Selection>
    select QEMU_TARGET if SOC_XTENSA_SAMPLE_CONTROLLER && <choice: Board Selection>
    depends on SOC_XTENSA_SAMPLE_CONTROLLER && <choice: Board Selection>

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