1# Copyright (c) 2021-2024 Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4config SOC_SERIES_CYCLONEV
5	bool
6	select SOC_FAMILY_INTEL_SOCFPGA_STD
7	help
8	  Intel SoC FPGA Cyclone V Series
9
10config SOC_SERIES
11	default "cyclonev" if SOC_SERIES_CYCLONEV
12
13config SOC_CYCLONEV
14	bool
15	select SOC_SERIES_CYCLONEV
16	help
17	  Intel SoC FPGA Cyclone V
18
19config SOC
20	default "cyclonev" if SOC_CYCLONEV
21