# Copyright (c) 2022 Intel Corporation | |
# SPDX-License-Identifier: Apache-2.0 | |
# Description: | |
# Adding support to Cyclone V SoC FPGA | |
config SOC_FAMILY_INTEL_SOCFPGA_STD | |
bool | |
if SOC_FAMILY_INTEL_SOCFPGA_STD | |
config SOC_FAMILY | |
string | |
default "intel_socfpga_std" | |
source "soc/arm/intel_socfpga_std/*/Kconfig.soc" | |
endif |