1# Copyright (c) 2019 Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4config BOARD_ACRN
5	bool "ACRN User OS"
6	depends on SOC_IA32
7	select CPU_HAS_FPU
8	select X86_64
9