1# Copyright (c) 2021 Carlo Caione <ccaione@baylibre.com> 2# SPDX-License-Identifier: Apache-2.0 3 4choice 5 prompt "ARM FVP AEMv8A AArch64 SoCs" 6 depends on SOC_SERIES_FVP_AEMV8A 7 8config SOC_FVP_BASE_REVC_2XAEMV8A 9 bool "ARM FVP Base RevC 2xAEMv8A AArch64 simulation" 10 select CPU_CORTEX_A53 11 12endchoice 13