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