1# Copyright (c) 2022 Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3# Description
4# Adding configuration options for Cyclone V SoC FPGA
5
6config SOC_SERIES_CYCLONE5
7	bool "Intel SoC FPGA Cyclone5 Series"
8	select ARM
9	select CPU_CORTEX_A9
10	select SOC_FAMILY_INTEL_SOCFPGA_STD
11	select ARM_ARCH_TIMER_ERRATUM_740657 if ARM_ARCH_TIMER
12	select HAS_SPI_DW if SPI
13	select ARCH_HAS_RESERVED_PAGE_FRAMES
14	help
15		Support for Intel SoC FPGA Series
16