blob: 22729a46343881c934cdd80db949f278189b150e [file] [log] [blame]
# 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