CONFIG_BOARD_XENVM

Xen Virtual Machine

Type: bool

Direct dependencies

SOC_XENVM && <choice: Board Selection>

(Includes any dependencies from ifs and menus.)

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/boards/arm64/xenvm/Kconfig.board:4

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:35<Zephyr>/boards/Kconfig:22

Menu path: (Top) → Board Selection

config BOARD_XENVM
    bool "Xen Virtual Machine"
    select ARM64
    depends on SOC_XENVM && <choice>

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)