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