CONFIG_BOARD_QEMU_RISCV32

QEMU RISCV32 target

Type: bool

Direct dependencies

SOC_RISCV32_QEMU && <choice: Board Selection>

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

Kconfig definition

At boards/riscv32/qemu_riscv32/Kconfig.board:2

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:14boards/Kconfig:20

Menu path: (top menu) → Board Selection

config BOARD_QEMU_RISCV32
    bool
    prompt "QEMU RISCV32 target" if SOC_RISCV32_QEMU && <choice: Board Selection>
    select QEMU_TARGET if SOC_RISCV32_QEMU && <choice: Board Selection>
    select HAS_DTS if SOC_RISCV32_QEMU && <choice: Board Selection>
    depends on SOC_RISCV32_QEMU && <choice: Board Selection>

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