15 lines
349 B
Plaintext
15 lines
349 B
Plaintext
|
# Copyright (c) 2021 Arm Limited (or its affiliates). All rights reserved.
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
choice
|
||
|
prompt "ARM FVP AEMv8R AArch64 SoCs"
|
||
|
depends on SOC_SERIES_FVP_AEMV8R
|
||
|
|
||
|
config SOC_FVP_AEMV8R_AARCH64
|
||
|
bool "ARM FVP AEMv8R aarch64 simulation"
|
||
|
select CPU_CORTEX_R82
|
||
|
select GIC_V3
|
||
|
select GIC_SINGLE_SECURITY_STATE
|
||
|
|
||
|
endchoice
|