8 lines
156 B
Plaintext
8 lines
156 B
Plaintext
|
# Copyright (c) 2020 EPAM Systems
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
config BOARD_XENVM
|
||
|
bool "Xen Virtual Machine"
|
||
|
depends on SOC_XENVM
|
||
|
select ARM64
|