21 lines
393 B
Plaintext
21 lines
393 B
Plaintext
# 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
|