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:23arch/Kconfig:14boards/Kconfig:20

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.)