2021-05-28 20:11:20 +08:00
|
|
|
# Copyright (c) 2021 Intel Corporation
|
2019-03-15 00:49:56 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2021-05-28 20:11:20 +08:00
|
|
|
if BOARD_ACRN
|
|
|
|
|
2019-03-15 00:49:56 +08:00
|
|
|
config BOARD
|
|
|
|
default "acrn"
|
2020-02-10 11:18:50 +08:00
|
|
|
depends on BOARD_ACRN
|
2021-05-28 20:11:20 +08:00
|
|
|
|
|
|
|
config MP_NUM_CPUS
|
|
|
|
default 2
|
|
|
|
|
|
|
|
endif
|