blob: 16811037566838b8f09c74bbb19f332407d49fdc [file] [log] [blame]
# Copyright (c) 2021-2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
config SOC_SERIES_CYCLONEV
bool
select SOC_FAMILY_INTEL_SOCFPGA_STD
help
Intel SoC FPGA Cyclone V Series
config SOC_SERIES
default "cyclonev" if SOC_SERIES_CYCLONEV
config SOC_CYCLONEV
bool
select SOC_SERIES_CYCLONEV
help
Intel SoC FPGA Cyclone V
config SOC
default "cyclonev" if SOC_CYCLONEV