1# Copyright (c) 2022 Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4config SOC_SERIES_AGILEX5
5	bool "Intel SoC FPGA Agilex5 Series"
6	select ARM64
7	select CPU_CORTEX_A76_A55
8	select SOC_FAMILY_INTEL_SOCFPGA
9	help
10		Enable support for Intel SoC FPGA Series
11