1# Copyright (c) 2021 Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4config SOC_FAMILY_INTEL_SOCFPGA
5 bool
6
7if SOC_FAMILY_INTEL_SOCFPGA
8config SOC_FAMILY
9 string
10 default "intel_socfpga"
11
12source "soc/arm64/intel_socfpga/*/Kconfig.soc"
13endif
14