1# Copyright (c) 2021-2024 Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4config SOC_FAMILY_INTEL_SOCFPGA_STD
5	bool
6
7config SOC_FAMILY
8	default "intel_socfpga_std" if SOC_FAMILY_INTEL_SOCFPGA_STD
9
10rsource "*/Kconfig.soc"
11