:orphan: .. title:: BOARD_XENVM .. option:: CONFIG_BOARD_XENVM *Xen Virtual Machine* Type: ``bool`` Direct dependencies =================== \ :option:`SOC_XENVM ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`ARM64 ` Kconfig definition ================== .. highlight:: kconfig At ``boards/arm/xenvm/Kconfig.board:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``boards/Kconfig:22`` Menu path: (Top) → Board Selection .. parsed-literal:: config BOARD_XENVM bool "Xen Virtual Machine" select \ :option:`ARM64 ` depends on \ :option:`SOC_XENVM ` && \ :ref:` ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*