:orphan: .. title:: BOARD_QEMU_RISCV64 .. option:: CONFIG_BOARD_QEMU_RISCV64 *QEMU RISCV64 target* Type: ``bool`` Direct dependencies =================== \ :option:`SOC_RISCV_VIRT ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`QEMU_TARGET ` - \ :option:`64BIT ` Kconfig definition ================== .. highlight:: kconfig At ``boards/riscv/qemu_riscv64/Kconfig.board:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``boards/Kconfig:22`` Menu path: (Top) → Board Selection .. parsed-literal:: config BOARD_QEMU_RISCV64 bool "QEMU RISCV64 target" select \ :option:`QEMU_TARGET ` select \ :option:`64BIT ` depends on \ :option:`SOC_RISCV_VIRT ` && \ :ref:` ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*